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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 1 19:39:51 PDT 2018


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

--- Comment #31 from Darin Adler <darin at apple.com> ---
I don’t happen to know what is the oldest version of clang we need to support either, but I do know that __has_warning is already used in JavaScriptCore and WebCore:

Source/JavaScriptCore/API/JSCallbackObject.h
Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp
Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructor.h
Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototype.h
Source/JavaScriptCore/runtime/Options.cpp
Source/WebKit/WebProcess/WebCoreSupport/WebAlternativeTextClient.h
Source/WebKitLegacy/mac/WebCoreSupport/WebAlternativeTextClient.h

So I’d say it’s safe to use it more without adverse effect on the WebKit project.

-- 
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/20180902/5af9e532/attachment.html>


More information about the webkit-unassigned mailing list