aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc7/scumm.vcproj
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-01-18 21:01:44 +0000
committerPaweł Kołodziejski2004-01-18 21:01:44 +0000
commit57420fe8699364641d9389b89b7c3e05fa80fe22 (patch)
treee5b0ed00429b18ff53f9dbc9e843484f150102a2 /dists/msvc7/scumm.vcproj
parent2c3dd03d266d4cd81097ad5d4b712aeadd753333 (diff)
downloadscummvm-rg350-57420fe8699364641d9389b89b7c3e05fa80fe22.tar.gz
scummvm-rg350-57420fe8699364641d9389b89b7c3e05fa80fe22.tar.bz2
scummvm-rg350-57420fe8699364641d9389b89b7c3e05fa80fe22.zip
increased warning level to 4 and disable some warnings difficult to fix
svn-id: r12505
Diffstat (limited to 'dists/msvc7/scumm.vcproj')
-rw-r--r--dists/msvc7/scumm.vcproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/dists/msvc7/scumm.vcproj b/dists/msvc7/scumm.vcproj
index b9b37d772a..8247a71606 100644
--- a/dists/msvc7/scumm.vcproj
+++ b/dists/msvc7/scumm.vcproj
@@ -19,6 +19,7 @@
WholeProgramOptimization="FALSE">
<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"
@@ -30,7 +31,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"
@@ -74,7 +76,7 @@
DisableLanguageExtensions="FALSE"
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
- WarningLevel="3"
+ WarningLevel="4"
WarnAsError="TRUE"
DebugInformationFormat="0"/>
<Tool