MSVS warning fixes for all solutions

This commit is contained in:
kaleb-himes
2015-03-18 10:42:10 -06:00
parent 40d51f13ce
commit fd772bb434
11 changed files with 40 additions and 13 deletions

View File

@@ -49,7 +49,7 @@
UsePrecompiledHeader="0"
WarningLevel="4"
DebugInformationFormat="4"
DisableSpecificWarnings="4206"
DisableSpecificWarnings="4206,4214,4706"
/>
<Tool
Name="VCManagedResourceCompilerTool"