[Webkit-unassigned] [Bug 229867] -Wodr warning spam caused by ENABLE(BINDING_INTEGRITY)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 12:51:35 PDT 2021


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Michael Catanzaro from comment #2)
> Created attachment 437300 [details]
> Preprocessed sources for two affected translation units

Amazingly, I messed up and included a local change in this build: a pragma intended to suppress these warnings. It's in UnifiedSource-3a52ce78-115.cpp.ii:

# 270 "WebCore/DerivedSources/JSUserMessageHandlersNamespace.cpp"
#pragma GCC diagnostic push
# 270 "WebCore/DerivedSources/JSUserMessageHandlersNamespace.cpp"

# 270 "WebCore/DerivedSources/JSUserMessageHandlersNamespace.cpp"
#pragma GCC diagnostic ignored "-W" "odr"
# 270 "WebCore/DerivedSources/JSUserMessageHandlersNamespace.cpp"

extern "C" { extern void* _ZTVN7WebCore28UserMessageHandlersNamespaceE[]; }

# 272 "WebCore/DerivedSources/JSUserMessageHandlersNamespace.cpp"
#pragma GCC diagnostic pop
# 272 "WebCore/DerivedSources/JSUserMessageHandlersNamespace.cpp"

Oops. I don't want to rebuild everything unless really needed, so best just manually delete the pragmas.

-- 
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/20210903/d3ffbe91/attachment.htm>


More information about the webkit-unassigned mailing list