aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_conditions.gypi
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-08 20:31:53 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-08 20:31:53 +0000
commit50c79d886bf435d3a9cad056885370e2c3f526ad (patch)
tree628f039081e19dc3d447cb8d33d0e94122732c3c /gyp/common_conditions.gypi
parent15655b241bfe1d77032e88115f119684722c10e0 (diff)
Enable warnings-as-errors on Windows.
Review URL: https://codereview.appspot.com/7066054 git-svn-id: http://skia.googlecode.com/svn/trunk@7094 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/common_conditions.gypi')
-rw-r--r--gyp/common_conditions.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index a14be7680b..e28985fdf0 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -30,7 +30,7 @@
'msvs_settings': {
'VCCLCompilerTool': {
'WarningLevel': '1',
- 'WarnAsError': 'false',
+ 'WarnAsError': 'true',
'DebugInformationFormat': '3',
'AdditionalOptions': [ '/MP' ],
},