| commit | 50c79d886bf435d3a9cad056885370e2c3f526ad | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 08 20:31:53 2013 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 08 20:31:53 2013 +0000 |
| tree | 628f039081e19dc3d447cb8d33d0e94122732c3c | |
| parent | 15655b241bfe1d77032e88115f119684722c10e0 [diff] [blame] |
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
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index a14be76..e28985f 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' ], },