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

Unified Diff: build/common.gypi

Issue 10810019: Turn on warnings-as-errors on Windows third party code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new tree Created 8 years, 5 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 | third_party/qcms/qcms.gyp » ('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 1b73dcd310bea7fbf3d54405554f158c319ed162..5479aa4e3b18ed4df3ac3a4a00996aa7dbd4449b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1645,7 +1645,7 @@
'msvs_settings': {
'VCCLCompilerTool': {
'WarningLevel': '3',
- 'WarnAsError': 'false', # TODO(maruel): Enable it.
+ 'WarnAsError': 'true',
'Detect64BitPortabilityProblems': 'false',
},
},
« no previous file with comments | « no previous file | third_party/qcms/qcms.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698