[Webkit-unassigned] [Bug 40963] [EFL] Remove warning message during the EFLWebKit build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 20:21:00 PDT 2010


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


Lucas De Marchi <lucas.demarchi at profusion.mobi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas.demarchi at profusion.mo
                   |                            |bi




--- Comment #3 from Lucas De Marchi <lucas.demarchi at profusion.mobi>  2010-06-21 20:21:00 PST ---
(In reply to comment #1)
> Created an attachment (id=59324)
 --> (https://bugs.webkit.org/attachment.cgi?id=59324) [details]
> Patch
> 
> It seems that uint64_t is defined as "unsigned long long". So, I change the %lu with %llu.

%llu will be wrong in 64-bit systems. To improve portability, we will need inttypes.h.

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