[Webkit-unassigned] [Bug 221410] New: [GTK] clang warnings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 4 09:02:19 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221410
Bug ID: 221410
Summary: [GTK] clang warnings
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pnormand at igalia.com
CC: bugs-noreply at webkitgtk.org
[4882/5293] Building CXX object Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/unified-sources/UnifiedSource-88d1702b-3.cpp.o
In file included from DerivedSources/WebKit/unified-sources/UnifiedSource-88d1702b-3.cpp:1:
../../Source/WebKit/UIProcess/SpeechRecognitionServer.cpp:162:129: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
WTFLogAlways("[%p]SpeechRecognitionServer::sendUpdate update.type[%d], update.clientIdentifier[%llu]", this, update.type(), update.clientIdentifier().toUInt64());
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%lu
1 warning generated.
[4899/5293] Building CXX object Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/unified-sources/UnifiedSource-72468c22-2.cpp.o
In file included from DerivedSources/WebKit/unified-sources/UnifiedSource-72468c22-2.cpp:8:
../../Source/WebKit/NetworkProcess/NetworkResourceLoader.cpp:378:17: warning: enumeration value 'Model' not handled in switch [-Wswitch]
switch (destination) {
^
1 warning generated.
[5086/5293] Building CXX object Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-27.cpp.o
In file included from DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-27.cpp:8:
../../Source/WebKit/WebProcess/Speech/SpeechRecognitionRealtimeMediaSourceManager.cpp:160:14: warning: private field 'm_numberOfFrames' is not used [-Wunused-private-field]
uint64_t m_numberOfFrames { 0 };
^
1 warning generated.
--
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/20210204/b9b84c39/attachment-0001.htm>
More information about the webkit-unassigned
mailing list