[Webkit-unassigned] [Bug 239344] IGNORE_WARNINGS_BEGIN should not warn about unrecognized warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 09:49:02 PDT 2022


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at gnome.org

--- Comment #1 from Michael Catanzaro <mcatanzaro at gnome.org> ---
This is only a problem for GCC, because Clang has __has_warning() which we use to drop attempts to suppress unrecognized warnings, and I'm pretty sure Clang doesn't warn about unrecognized pragmas anyway. (The IGNORE_WARNINGS macros are only implemented for GCC and Clang.)

-- 
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/20220414/b9635f54/attachment-0001.htm>


More information about the webkit-unassigned mailing list