aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/remove-unsupported-compiler-warnining.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/chromium/remove-unsupported-compiler-warnining.patch')
-rw-r--r--community/chromium/remove-unsupported-compiler-warnining.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/chromium/remove-unsupported-compiler-warnining.patch b/community/chromium/remove-unsupported-compiler-warnining.patch
deleted file mode 100644
index f329cfcec26..00000000000
--- a/community/chromium/remove-unsupported-compiler-warnining.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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",
- ]