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

Unified Diff: build/common.gypi

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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ab336d15399595a0a549a146272282746b806e33..a55dee11f4d9efe2f41ec52fd3f851931ec595d1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5717,7 +5717,6 @@
'-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