aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/remove-unsupported-compiler-warnining.patch
blob: f329cfcec2629428388c4e2e3a3ec2bd807ef23d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
GCC doesn't know this option
--- build/config/compiler/BUILD.gn.orig	2020-05-20 09:34:53.358598296 -0400
+++ build/config/compiler/BUILD.gn	2020-05-20 09:35:40.589648947 -0400
@@ -1508,9 +1508,6 @@
           # TODO(https://crbug.com/1028110): Evaluate and possible enable.
           "-Wno-deprecated-copy",
 
-          # TODO(https://crbug.com/1050281): Clean up, enable.
-          "-Wno-non-c-typedef-for-linkage",
-
           # TODO(https://crbug.com/1059231): Clean up, enable.
           "-Wno-pointer-to-int-cast",
         ]