Bug 179276 has introduced a new warning message. (GTK port, Release build, trunk@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); > ^~~~~
Joseph is in Bug 179276 Comment 21.
Joseph's patch is in Bug 179276 Comment 21.
You can just land build fixes if you can verify it
Created attachment 326565 [details] Patch
Comment on attachment 326565 [details] Patch Clearing flags on attachment: 326565 Committed r224670: <https://trac.webkit.org/changeset/224670>
All reviewed patches have been landed. Closing bug.
<rdar://problem/35562044>