aboutsummaryrefslogtreecommitdiff
path: root/tracer/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 /tracer/template/template-vc9.vcproj
parentff5bb2accee87c24ee64e8fdcf5169e674c4b7b4 (diff)
Disable C4068 unknown pragma
Diffstat (limited to 'tracer/template/template-vc9.vcproj')
-rw-r--r--tracer/template/template-vc9.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tracer/template/template-vc9.vcproj b/tracer/template/template-vc9.vcproj
index 527a9d7..2411a6f 100644
--- a/tracer/template/template-vc9.vcproj
+++ b/tracer/template/template-vc9.vcproj
@@ -43,6 +43,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4068 /wd4355 /wd4800 /wd4290"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
@@ -117,6 +118,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4068 /wd4355 /wd4800 /wd4290"
Optimization="2"
EnableIntrinsicFunctions="true"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
@@ -193,6 +195,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4068 /wd4355 /wd4800 /wd4290"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
@@ -268,6 +271,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4068 /wd4355 /wd4800 /wd4290"
Optimization="2"
EnableIntrinsicFunctions="true"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"