[Webkit-unassigned] [Bug 188996] Add IGNORE_WARNING_.* macros

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 10:22:55 PDT 2018


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

--- Comment #15 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Alex Christensen from comment #14)
> I think the common case is that we will want to ignore a warning and we
> won't want to worry about whether it's the top level or not or if we only
> want to ignore it in one compiler for some reason.  Unrecognized pragmas are
> ignored by every compiler.

Again no, GCC warns about any use of #pragma clang, for instance. That's why we *always* guard pragmas with compiler guards.

-- 
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/20180828/6bbe2941/attachment-0001.html>


More information about the webkit-unassigned mailing list