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-8 | |
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-8')
-rw-r--r-- | vcproj-8/map-server_sql.vcproj | 1 | ||||
-rw-r--r-- | vcproj-8/map-server_txt.vcproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-8/map-server_sql.vcproj b/vcproj-8/map-server_sql.vcproj index 3298d9fb2..e752872d8 100644 --- a/vcproj-8/map-server_sql.vcproj +++ b/vcproj-8/map-server_sql.vcproj @@ -129,6 +129,7 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/wd4018
/wd4100" Optimization="2" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" diff --git a/vcproj-8/map-server_txt.vcproj b/vcproj-8/map-server_txt.vcproj index a25aa9d6c..f0a6f17a1 100644 --- a/vcproj-8/map-server_txt.vcproj +++ b/vcproj-8/map-server_txt.vcproj @@ -128,6 +128,7 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/wd4018
/wd4100" Optimization="2" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" |