[Webkit-unassigned] [Bug 206070] New: Silence compiler warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 10 09:12:14 PST 2020


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

            Bug ID: 206070
           Summary: Silence compiler warning
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vjaquez at igalia.com

While compiling this warning is shown

/opt/webkit/WebKit/Source/WebKit/WebProcess/WebProcess.cpp:762:166: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
    LOG_ERROR("Unhandled web process message '%s:%s' (destination: %llu)", decoder.messageReceiverName().toString().data(), decoder.messageName().toString().data(), decoder.destinationID());
                                                                   ~~~~                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
                                                                   %lu

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200110/1e2d8f1d/attachment.htm>


More information about the webkit-unassigned mailing list