Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 351fbb10a0bb413e241e1344b4fef46538927d83..3a3a0d6f505786c687813167a7f4f4337cc6fc92 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -72,6 +72,13 @@ config("icu_code") { |
"-Wno-tautological-compare", |
"-Wno-switch", |
] |
+ if (is_win) { |
+ cflags += [ |
+ # See http://bugs.icu-project.org/trac/ticket/11122 |
+ '-Wno-inline-new-delete', |
+ '-Wno-implicit-exception-spec-mismatch', |
+ ] |
+ } |
} |
} |