[Webkit-unassigned] [Bug 123251] New: [EFL] Compilation warning in DumpRenderTreeView.cpp on 64-Bit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 23:24:29 PDT 2013


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

           Summary: [EFL] Compilation warning in DumpRenderTreeView.cpp on
                    64-Bit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sh53.lee at samsung.com
                CC: demarchi at webkit.org


The "%llu" format specifier is used to print an uint64_t value in DumpRenderTreeView.cpp. This causes a warning on 64-Bit where "%lu" is expected.
We should make use of the PRIu64 macro from inttypes.h to avoid this issue.

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