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

Unified Diff: build/common.gypi

Issue 1213293004: clang/win: Build without -Wno-tautological-compare. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-null-dereference
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 1d2537c7e76164c039cdb4fdcd2de59519c98603..eab6897453b2e869b4312e4e1f2cc2f07e7b2a74 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5722,7 +5722,6 @@
'-Wno-self-assign', # http://crbug.com/505306
'-Wno-sometimes-uninitialized', # http://crbug.com/505307
'-Wno-switch', # http://crbug.com/505308
- '-Wno-tautological-compare', # http://crbug.com/505309
'-Wno-unknown-pragmas', # http://crbug.com/505314
'-Wno-unsequenced', # http://crbug.com/505315
'-Wno-unused-function', # http://crbug.com/505316
« 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