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

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

Issue 1715503003: DEPs-ing in tools/clang rather than relying on outdated scripts. Base URL: https://github.com/domokit/mojo.git@clang_deps
Patch Set: Created 4 years, 10 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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 45c8e34c084a48396934b2482808c58f90af18fd..43a4a7931ef4ee3df07247bb737f0a4ea16ae3ef 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -849,6 +849,12 @@ if (is_clang) {
# TODO(smklein): Consider enabling this once not broken by third party
"-Wno-bitfield-width",
+
+ # TODO(smklein): Remove once not broken by base.
+ "-Wno-expansion-to-defined",
+
+ # TODO(smklein): Remove once not broken by third party.
+ "-Wno-constant-conversion",
]
}
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698