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

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

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
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
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index c586af5ab6a8eb666802965a7cbd29e0f398eee5..140b78670050f27f9dd18be90f1aadd8c149d48a 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -816,7 +816,6 @@ if (is_win) {
"-Wno-overloaded-virtual", # http://crbug.com/505301
"-Wno-parentheses", # http://crbug.com/505302
"-Wno-pointer-sign", # http://crbug.com/505303
- "-Wno-reorder", # http://crbug.com/505304
"-Wno-return-type-c-linkage", # http://crbug.com/505305
"-Wno-self-assign", # http://crbug.com/505306
"-Wno-sometimes-uninitialized", # http://crbug.com/505307

Powered by Google App Engine
This is Rietveld 408576698