Bug 206070

Summary: Silence compiler warning
Product: WebKit Reporter: Víctor M. Jáquez L. <vjaquez>
Component: WebKit Misc.Assignee: Víctor M. Jáquez L. <vjaquez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, cdumez, commit-queue, saam, webkit-bug-importer, wilander
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Víctor M. Jáquez L. 2020-01-10 09:12:14 PST
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
Comment 1 Víctor M. Jáquez L. 2020-01-10 09:14:39 PST
Created attachment 387345 [details]
Patch
Comment 2 WebKit Commit Bot 2020-01-10 10:32:16 PST
Comment on attachment 387345 [details]
Patch

Clearing flags on attachment: 387345

Committed r254347: <https://trac.webkit.org/changeset/254347>
Comment 3 WebKit Commit Bot 2020-01-10 10:32:17 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2020-01-10 10:33:14 PST
<rdar://problem/58483112>