Bug 46357

Summary: Fix warnings regarding print format in 64 bits
Product: WebKit Reporter: Lucas De Marchi <lucas.de.marchi>
Component: WebCore Misc.Assignee: Lucas De Marchi <lucas.de.marchi>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, barbieri, bfulgham, dumi, eric, ismail, kenneth, laszlo.gombos, ossy, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Lucas De Marchi 2010-09-23 08:33:43 PDT
Fix warnings regarding print format in 64 bits
Comment 1 Lucas De Marchi 2010-09-23 08:35:25 PDT
Created attachment 68524 [details]
Patch
Comment 2 Csaba Osztrogonác 2010-09-23 10:03:35 PDT
It is a good idea to use format specifier macros. I absolutely
support using them, and would be happy if we can get rid of 
previously #ifdef ... # else ... #endif ugly hacks. Some of
them were made by myself, because I can't find many 
occurrences of these macros.
Comment 3 Csaba Osztrogonác 2010-09-23 10:28:40 PDT
Comment on attachment 68524 [details]
Patch

I think it is a good and necessary direction, r=me.
Comment 4 Lucas De Marchi 2010-09-23 10:53:03 PDT
Comment on attachment 68524 [details]
Patch

Clearing flags on attachment: 68524

Committed r68164: <http://trac.webkit.org/changeset/68164>
Comment 5 Lucas De Marchi 2010-09-23 10:53:13 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Ismail Donmez 2010-09-24 06:35:33 PDT
This broke Windows CE compilation, inttypes.h does not exist on Windows CE.
Comment 8 Csaba Osztrogonác 2010-09-24 07:37:10 PDT
(In reply to comment #7)
> This broke Windows CE compilation, inttypes.h does not exist on Windows CE.

New bug to track this fail: https://bugs.webkit.org/show_bug.cgi?id=46463
Comment 9 Brent Fulgham 2010-10-03 23:12:34 PDT
This change also broke the WinCairo build of windows.
Comment 10 Csaba Osztrogonác 2010-10-03 23:55:25 PDT
(In reply to comment #9)
> This change also broke the WinCairo build of windows.
Sorry for breakage. :( Next time I will check the newest
WinCairo buildbot. The new bot would be useful.

Thanks for the fix landed in http://trac.webkit.org/changeset/68998
Comment 11 Laszlo Gombos 2012-09-25 13:04:20 PDT
*** Bug 38809 has been marked as a duplicate of this bug. ***