summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-16 10:50:54 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-16 10:50:54 +0000
commitc3fd8c0ad3bcb93b558ce642769c6e6833e29b27 (patch)
treeae6a96a7f5403ed752b0d0ed726bfc9bfa72061e
parent12900a1d62dcd28beb7a6c6bcbe54f4431550e2f (diff)
downloadhercules-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
-rw-r--r--vcproj-7.1/map-server_sql.vcproj4
-rw-r--r--vcproj-7.1/map-server_txt.vcproj4
-rw-r--r--vcproj-8/map-server_sql.vcproj1
-rw-r--r--vcproj-8/map-server_txt.vcproj1
4 files changed, 10 insertions, 0 deletions
diff --git a/vcproj-7.1/map-server_sql.vcproj b/vcproj-7.1/map-server_sql.vcproj
index 7b6329f0d..c80671cff 100644
--- a/vcproj-7.1/map-server_sql.vcproj
+++ b/vcproj-7.1/map-server_sql.vcproj
@@ -18,6 +18,8 @@
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4018
+/wd4100"
Optimization="0"
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;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"
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"
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&#x0D;&#x0A;/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&#x0D;&#x0A;/wd4100"
Optimization="2"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"