[Webkit-unassigned] [Bug 178698] New: -Wsubobject-linkage warning in InspectorIndexedDBAgent.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 23 19:27:34 PDT 2017


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

            Bug ID: 178698
           Summary: -Wsubobject-linkage warning in
                    InspectorIndexedDBAgent.cpp
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: inspector-bugzilla-changes at group.apple.com

Let's fix this:

[2219/3619] Building CXX object Source...unified-sources/UnifiedSource260.cpp.o
In file included from DerivedSources/WebCore/unified-sources/UnifiedSource260.cpp:1:0:
../../Source/WebCore/inspector/InspectorIndexedDBAgent.cpp:664:7: warning: ‘WebCore::ClearObjectStore’ has a field ‘WebCore::ClearObjectStore::<anonymous>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
 class ClearObjectStore final : public ExecutableWithDatabase {
       ^~~~~~~~~~~~~~~~
../../Source/WebCore/inspector/InspectorIndexedDBAgent.cpp:664:7: warning: ‘WebCore::ClearObjectStore’ has a base ‘WebCore::{anonymous}::ExecutableWithDatabase’ whose type uses the anonymous namespace [-Wsubobject-linkage]

-- 
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/20171024/7158ef9d/attachment.html>


More information about the webkit-unassigned mailing list