[Webkit-unassigned] [Bug 126352] JSC disassembler warns about incorrect printf format on 64-bit Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 10:06:07 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126352





--- Comment #20 from Brendan Long <b.long at cablelabs.com>  2014-01-27 10:03:30 PST ---
(In reply to comment #18)
> (From update of attachment 220302 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=220302&action=review
> 
> > Source/JavaScriptCore/disassembler/ARM64/A64DOpcode.cpp:27
> > +#define __STDC_FORMAT_MACROS
> 
> Is there a good reason to have this here instead of just before the inttypes.h include?

Oh, I see what you mean. It should be before inttypes.h, not before stdint.h. I'm not sure why putting it there worked, but I'll move it before inttypes.h, since that's where it's supposed to be.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list