Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 7f57d912d6f1ec60650af9ce04dc3bf61fc37683..e6ad948e8c4c71bda39639ece32a54e6fb3fb56f 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -1091,7 +1091,7 @@ config("default_warnings") { |
"-Wno-inconsistent-missing-override", |
] |
- if (is_linux && target_cpu == "x86") { |
+ if ((is_linux && target_cpu == "x86") || is_fuchsia) { |
scottmg
2017/05/17 05:18:26
../../third_party/icu/source/common/ustr_wcs.cpp:3
|
cflags += [ |
# TODO(thakis): Remove from 32-bit Linux eventually, https://707084 |
"-Wno-deprecated-register", |