So don't use it; it's not necessary on any of the platforms on which we
work. (The *only* ones that are needed are PRI[doux]64, because
sometimes you need %ll[doux], sometimes you need %l[doux], and with MSVC
you need whatever its run-time library requires.)
TCHECK2(*cp, 2);
frame_offset = EXTRACT_16BITS(cp);
- printf("\n\t frame offset 0x%04"PRIx16"", frame_offset);
+ printf("\n\t frame offset 0x%04u", frame_offset);
cp += 2;
remaining_len = snapend - cp; /* without the frame length */