diff options
Diffstat (limited to 'vcproj-9/map-server_sql.vcproj')
-rw-r--r-- | vcproj-9/map-server_sql.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj index 15e1527b6..19f4d57e8 100644 --- a/vcproj-9/map-server_sql.vcproj +++ b/vcproj-9/map-server_sql.vcproj @@ -40,7 +40,6 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="/wd4018
/wd4100
/wd4800" Optimization="0" AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql" PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" @@ -55,6 +54,7 @@ WarningLevel="3" DebugInformationFormat="4" CompileAs="1" + DisableSpecificWarnings="4018;4100;4800" /> <Tool Name="VCManagedResourceCompilerTool" @@ -128,7 +128,6 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="/wd4018
/wd4100
/wd4800" Optimization="2" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" @@ -145,6 +144,7 @@ WarningLevel="3" DebugInformationFormat="3" CompileAs="1" + DisableSpecificWarnings="4018;4100;4800" /> <Tool Name="VCManagedResourceCompilerTool" |