[Webkit-unassigned] [Bug 204739] New: [GTK] Fix some warnings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 2 01:59:19 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=204739
Bug ID: 204739
Summary: [GTK] Fix some warnings
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rbuis at igalia.com
I see this in a recent build:
In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-4babe430-6.cpp:4:
../../Source/WebCore/Modules/indexeddb/IDBDatabase.cpp: In member function ‘void WebCore::IDBDatabase::connectionToServerLost(const WebCore::IDBError&)’:
../../Source/WebCore/Modules/indexeddb/IDBDatabase.cpp:281:15: warning: unused variable ‘context’ [-Wunused-variable]
if (auto* context = scriptExecutionContext())
^~~~~~~
../../Source/WebCore/Modules/indexeddb/IDBDatabase.cpp:287:15: warning: unused variable ‘context’ [-Wunused-variable]
if (auto* context = scriptExecutionContext())
^~~~~~~
[2894/3859] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/unified-sources/UnifiedSource-207b877e-4.cpp.o
In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-207b877e-4.cpp:4:
../../Source/WebCore/layout/inlineformatting/InlineLineBuilder.cpp:267:17: warning: multi-line comment [-Wcomment]
// \
--
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/20191202/5f373ac0/attachment.htm>
More information about the webkit-unassigned
mailing list