aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/chromium-remove-unknown-clang-warnings.patch
blob: 83bbbbb88d67692bcbdd01917a96e006fb7d0732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- build/config/compiler/BUILD.gn.orig
+++ build/config/compiler/BUILD.gn
@@ -1399,14 +1399,14 @@
         "-Wno-user-defined-warnings",
 
         # TODO(thakis): https://crbug.com/753973
-        "-Wno-enum-compare-switch",
+        #"-Wno-enum-compare-switch",
 
         # TODO(hans): https://crbug.com/766891
-        "-Wno-null-pointer-arithmetic",
+        #"-Wno-null-pointer-arithmetic",
 
         # Ignore warnings about MSVC optimization pragmas.
         # TODO(thakis): Only for no_chromium_code? http://crbug.com/505314
-        "-Wno-ignored-pragma-optimize",
+        #"-Wno-ignored-pragma-optimize",
       ]
     } else if (use_xcode_clang) {
       cflags += [