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

Unified Diff: build/common.gypi

Issue 1208983007: clang/win: Build without -Wno-unsequenced. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-tautological-compare
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 | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index eab6897453b2e869b4312e4e1f2cc2f07e7b2a74..ab336d15399595a0a549a146272282746b806e33 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5723,7 +5723,6 @@
'-Wno-sometimes-uninitialized', # http://crbug.com/505307
'-Wno-switch', # http://crbug.com/505308
'-Wno-unknown-pragmas', # http://crbug.com/505314
- '-Wno-unsequenced', # http://crbug.com/505315
'-Wno-unused-function', # http://crbug.com/505316
'-Wno-unused-private-field', # http://crbug.com/505317
'-Wno-unused-value', # http://crbug.com/505318
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698