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

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

Issue 1212743002: clang/win: Add a few more tracking bugs for -Wno flags up to l. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « build/common.gypi ('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 40e6eef4b6942e065b96e4751561a8f0c89019a8..f867245ab7634ffbaf5b6832af951532bf7fa30c 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -804,11 +804,11 @@ if (is_win) {
"-Wno-empty-body", # http://crbug.com/504661
"-Wno-enum-conversion", # http://crbug.com/504662
"-Wno-extra-tokens", # http://crbug.com/504663
- "-Wno-ignored-attributes",
- "-Wno-incompatible-pointer-types",
- "-Wno-int-to-void-pointer-cast",
- "-Wno-invalid-noreturn",
- "-Wno-logical-op-parentheses",
+ "-Wno-ignored-attributes", # http://crbug.com/504695
+ "-Wno-incompatible-pointer-types", # http://crbug.com/504696
+ "-Wno-int-to-void-pointer-cast", # http://crbug.com/504697
+ "-Wno-invalid-noreturn", # http://crbug.com/504698
+ "-Wno-logical-op-parentheses", # http://crbug.com/504699
"-Wno-microsoft",
"-Wno-missing-braces",
"-Wno-missing-declarations",
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698