Title: [220591] trunk/Source/WebCore
Revision
220591
Author
ape...@igalia.com
Date
2017-08-11 08:44:00 -0700 (Fri, 11 Aug 2017)

Log Message

[CMake] Many warning about missing “override” keywords in ANGLE with Clang
https://bugs.webkit.org/show_bug.cgi?id=175475

Reviewed by Michael Catanzaro.

* CMakeLists.txt: Add "-Wno-inconsistent-missing-override" to the
compiler flags using for building the ANGLE sources.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (220590 => 220591)


--- trunk/Source/WebCore/CMakeLists.txt	2017-08-11 15:43:22 UTC (rev 220590)
+++ trunk/Source/WebCore/CMakeLists.txt	2017-08-11 15:44:00 UTC (rev 220591)
@@ -4035,6 +4035,7 @@
 
     if (COMPILER_IS_GCC_OR_CLANG)
         WEBKIT_ADD_TARGET_CXX_FLAGS(ANGLESupport -Wno-implicit-fallthrough
+                                                 -Wno-inconsistent-missing-override
                                                  -Wno-null-conversion
                                                  -Wno-suggest-attribute=format
                                                  -Wno-unused-function

Modified: trunk/Source/WebCore/ChangeLog (220590 => 220591)


--- trunk/Source/WebCore/ChangeLog	2017-08-11 15:43:22 UTC (rev 220590)
+++ trunk/Source/WebCore/ChangeLog	2017-08-11 15:44:00 UTC (rev 220591)
@@ -1,5 +1,15 @@
 2017-08-11  Adrian Perez de Castro  <ape...@igalia.com>
 
+        [CMake] Many warning about missing “override” keywords in ANGLE with Clang
+        https://bugs.webkit.org/show_bug.cgi?id=175475
+
+        Reviewed by Michael Catanzaro.
+
+        * CMakeLists.txt: Add "-Wno-inconsistent-missing-override" to the
+        compiler flags using for building the ANGLE sources.
+
+2017-08-11  Adrian Perez de Castro  <ape...@igalia.com>
+
         [GTK][WPE] Overriden virtual function not marked “override” in ImageBufferDataCairo.h
         https://bugs.webkit.org/show_bug.cgi?id=175476
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to