Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 15803) |
| +++ build/common.gypi (working copy) |
| @@ -377,7 +377,7 @@ |
| '$(VSInstallDir)/VC/atlmfc/include', |
| ], |
| 'msvs_cygwin_dirs': ['../third_party/cygwin'], |
| - 'msvs_disabled_warnings': [4503, 4819], |
| + 'msvs_disabled_warnings': [4396, 4503, 4819], |
|
M-A Ruel
2009/05/12 16:31:59
I'd rather have it disabled only for WebCore but t
|
| 'msvs_settings': { |
| 'VCCLCompilerTool': { |
| 'MinimalRebuild': 'false', |