[Webkit-unassigned] [Bug 179524] New: WebInjectedScriptHost.cpp: warning: variable ‘scope’ set but not used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 9 23:10:37 PST 2017


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

            Bug ID: 179524
           Summary: WebInjectedScriptHost.cpp: warning: variable ‘scope’
                    set but not used
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
                CC: inspector-bugzilla-changes at group.apple.com

Bug 179276 has introduced a new warning message.
(GTK port, Release build, trunk at 224623)

> [1195/2773] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/unified-sources/UnifiedSource267.cpp.o
> In file included from DerivedSources/WebCore/unified-sources/UnifiedSource267.cpp:5:0:
> ../../Source/WebCore/inspector/WebInjectedScriptHost.cpp: In member function ‘virtual JSC::JSValue WebCore::WebInjectedScriptHost::getInternalProperties(JSC::VM&, JSC::ExecState*, JSC::JSValue)’:
> ../../Source/WebCore/inspector/WebInjectedScriptHost.cpp:165:10: warning: variable ‘scope’ set but not used [-Wunused-but-set-variable]
>      auto scope = DECLARE_THROW_SCOPE(vm);
>           ^~~~~

-- 
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/20171110/f37680b6/attachment.html>


More information about the webkit-unassigned mailing list