Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3796)

Unified Diff: build/config/compiler/BUILD.gn

Issue 2884353004: fuchsia: base_unittests (mostly) compiling (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698