Disabled those warnings in the release version of the .svn too.

This commit is contained in:
jbeder
2010-03-03 05:33:07 +00:00
parent b869aab8e1
commit 8080400cb6
3 changed files with 6 additions and 0 deletions

View File

@@ -106,6 +106,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/D_SCL_SECURE_NO_WARNINGS"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="include"
@@ -115,6 +116,7 @@
UsePrecompiledHeader="0"
WarningLevel="4"
DebugInformationFormat="3"
DisableSpecificWarnings="4127;4355"
/>
<Tool
Name="VCManagedResourceCompilerTool"