[Webkit-unassigned] [Bug 209014] [ANGLE] Source/ThirdParty/ANGLE/src/common/utilities.cpp:10: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 13:33:10 PDT 2020


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|webkit-unassigned at lists.web |mcatanzaro at gnome.org
                   |kit.org                     |

--- Comment #1 from Michael Catanzaro <mcatanzaro at gnome.org> ---
It's a downstream WebKit problem, added in our changes.diff:

diff --git a/src/common/utilities.cpp b/src/common/utilities.cpp
index 87932a53f..83ea168e2 100644
--- a/src/common/utilities.cpp
+++ b/src/common/utilities.cpp
@@ -6,6 +6,9 @@

 // utilities.cpp: Conversion functions and other utility routines.

+// Older clang versions have a false positive on this warning here.
+#pragma clang diagnostic ignored "-Wglobal-constructors"
+
 #include "common/utilities.h"
 #include <GLSLANG/ShaderVars.h>
 #include "GLES3/gl3.h"

-- 
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/20200312/4d9360ce/attachment.htm>


More information about the webkit-unassigned mailing list