[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:43:21 PDT 2013


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


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #198504|review?                     |review-
               Flag|                            |




--- Comment #2 from Andreas Kling <akling at apple.com>  2013-04-18 05:41:38 PST ---
(From update of attachment 198504)
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.

-- 
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