Index: build/toolchain.gypi |
diff --git a/build/toolchain.gypi b/build/toolchain.gypi |
index 496cef0dbd0d56a55dd558710de82c66c5c5859a..9650792e12529826734122054b1bc8668fdabeeb 100644 |
--- a/build/toolchain.gypi |
+++ b/build/toolchain.gypi |
@@ -452,6 +452,9 @@ |
'defines': [ |
'WIN32', |
], |
+ # 4351: VS 2005 and later are warning us that they've fixed a bug |
+ # present in VS 2003 and earlier. |
+ 'msvs_disabled_warnings': [4351], |
'msvs_configuration_attributes': { |
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)', |
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', |