From 50c79d886bf435d3a9cad056885370e2c3f526ad Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 8 Jan 2013 20:31:53 +0000 Subject: 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 --- gyp/common_conditions.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gyp/common_conditions.gypi') 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' ], }, -- cgit v1.2.3