[Webkit-unassigned] [Bug 114740] Add checking whether the compiler allows to use #pragma directive.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 05:44:18 PDT 2013


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


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akling at apple.com




--- Comment #3 from Andreas Kling <akling at apple.com>  2013-04-18 05:42:36 PST ---
(In reply to comment #2)
> (From update of attachment 198504 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=198504&action=review
> 
> > Source/ThirdParty/ANGLE/src/compiler/depgraph/DependencyGraph.cpp:7
> > +#if defined(_MSC_VER)
> 
> This should be #if COMPILER(MSVC)
> Otherwise, it looks fine.

Actually, since this is in ANGLE.. I guess we don't have config.h / wtf/Platform.h included.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list