aboutsummaryrefslogtreecommitdiff
path: root/common/template/template-vc9.vcproj
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-09 10:06:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-09 10:06:23 +0200
commit1f8fc982cc9fd3bcd9d7530fa609fca43b3e3087 (patch)
tree7959583e5c27509a8f557f46655063ef0b0026f4 /common/template/template-vc9.vcproj
parentff5bb2accee87c24ee64e8fdcf5169e674c4b7b4 (diff)
Disable C4068 unknown pragma
Diffstat (limited to 'common/template/template-vc9.vcproj')
-rw-r--r--common/template/template-vc9.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/template/template-vc9.vcproj b/common/template/template-vc9.vcproj
index 0cf2bc4..a2ad712 100644
--- a/common/template/template-vc9.vcproj
+++ b/common/template/template-vc9.vcproj
@@ -43,6 +43,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4068 /wd4355 /wd4800 /wd4290"
Optimization="0"
AdditionalIncludeDirectories="..\..\libcommon"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
@@ -118,6 +119,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4068 /wd4355 /wd4800 /wd4290"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\..\libcommon"
@@ -195,6 +197,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4068 /wd4355 /wd4800 /wd4290"
Optimization="0"
AdditionalIncludeDirectories="..\..\libcommon"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
@@ -271,6 +274,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4068 /wd4355 /wd4800 /wd4290"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\..\libcommon"