[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
Wed Jan 1 06:03:46 PST 2014


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zandobersek at gmail.com




--- Comment #7 from Zan Dobersek <zandobersek at gmail.com>  2014-01-01 06:01:36 PST ---
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

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