diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-16 10:50:54 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-16 10:50:54 +0000 |
commit | c3fd8c0ad3bcb93b558ce642769c6e6833e29b27 (patch) | |
tree | ae6a96a7f5403ed752b0d0ed726bfc9bfa72061e /vcproj-7.1/map-server_txt.vcproj | |
parent | 12900a1d62dcd28beb7a6c6bcbe54f4431550e2f (diff) | |
download | hercules-c3fd8c0ad3bcb93b558ce642769c6e6833e29b27.tar.gz hercules-c3fd8c0ad3bcb93b558ce642769c6e6833e29b27.tar.bz2 hercules-c3fd8c0ad3bcb93b558ce642769c6e6833e29b27.tar.xz hercules-c3fd8c0ad3bcb93b558ce642769c6e6833e29b27.zip |
Disabled some compilation warnings for VS7 and VS8 mapserver builds (bugreport:1192)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12376 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-7.1/map-server_txt.vcproj')
-rw-r--r-- | vcproj-7.1/map-server_txt.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcproj-7.1/map-server_txt.vcproj b/vcproj-7.1/map-server_txt.vcproj index 899268ebd..e88722e62 100644 --- a/vcproj-7.1/map-server_txt.vcproj +++ b/vcproj-7.1/map-server_txt.vcproj @@ -18,6 +18,8 @@ CharacterSet="2"> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/wd4018 +/wd4100" Optimization="0" AdditionalIncludeDirectories="..\src\common;..\src\zlib" PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;TXT_ONLY;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" @@ -79,6 +81,8 @@ WholeProgramOptimization="TRUE"> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/wd4018 +/wd4100" Optimization="2" GlobalOptimizations="TRUE" InlineFunctionExpansion="2" |