cranked up the warnlevel to the maximum and disabled 3 warnings

(needs confirmation by mordante)
This commit is contained in:
Anonymissimus 2011-06-03 21:15:25 +00:00
parent 8544ca1726
commit 8cf73c9c91
4 changed files with 8 additions and 4 deletions

View file

@ -47,8 +47,9 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="4"
DebugInformationFormat="4"
DisableSpecificWarnings="4127;4512;4706"
/>
<Tool
Name="VCManagedResourceCompilerTool"

View file

@ -49,8 +49,9 @@
RuntimeLibrary="3"
OpenMP="false"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="4"
DebugInformationFormat="4"
DisableSpecificWarnings="4127;4512;4706"
/>
<Tool
Name="VCManagedResourceCompilerTool"

View file

@ -48,8 +48,9 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="4"
DebugInformationFormat="4"
DisableSpecificWarnings="4127;4512;4706"
/>
<Tool
Name="VCManagedResourceCompilerTool"

View file

@ -46,8 +46,9 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
WarningLevel="3"
WarningLevel="4"
DebugInformationFormat="4"
DisableSpecificWarnings="4127;4512;4706"
/>
<Tool
Name="VCManagedResourceCompilerTool"