Bug 206070 - Silence compiler warning
Summary: Silence compiler warning
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Víctor M. Jáquez L.
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-10 09:12 PST by Víctor M. Jáquez L.
Modified: 2020-01-10 10:33 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2020-01-10 09:14 PST, Víctor M. Jáquez L.
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>