aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc7/simon.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'dists/msvc7/simon.vcproj')
-rw-r--r--dists/msvc7/simon.vcproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/dists/msvc7/simon.vcproj b/dists/msvc7/simon.vcproj
index 9daf133405..402f688cc3 100644
--- a/dists/msvc7/simon.vcproj
+++ b/dists/msvc7/simon.vcproj
@@ -18,6 +18,7 @@
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4702"
Optimization="0"
AdditionalIncludeDirectories="../../;../../common"
PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
@@ -29,7 +30,7 @@
EnableFunctionLevelLinking="TRUE"
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
- WarningLevel="3"
+ WarningLevel="4"
WarnAsError="TRUE"
SuppressStartupBanner="FALSE"
DebugInformationFormat="4"/>
@@ -61,6 +62,7 @@
WholeProgramOptimization="FALSE">
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4702"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
@@ -73,7 +75,7 @@
EnableFunctionLevelLinking="FALSE"
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
- WarningLevel="3"
+ WarningLevel="4"
WarnAsError="TRUE"
DebugInformationFormat="0"/>
<Tool