[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
Thu Jan 2 16:23:53 PST 2014


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





--- Comment #9 from Brendan Long <b.long at cablelabs.com>  2014-01-02 16:21:43 PST ---
(In reply to comment #7)
> The __STDC_FORMAT_MACROS macro define is required before the <inttypes.h> include for the PRIx64 macro to be usable in C++ code.
> http://stackoverflow.com/questions/8132399/how-to-printf-uint64-t

It looks like gcc doesn't require that anymore, which is why it works on my machine (Fedora 20), but now EWS (Ubuntu 12.04?).

-- 
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