diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-09 10:06:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-09 10:06:23 +0200 |
commit | 1f8fc982cc9fd3bcd9d7530fa609fca43b3e3087 (patch) | |
tree | 7959583e5c27509a8f557f46655063ef0b0026f4 /common/template/template-vc9.vcproj | |
parent | ff5bb2accee87c24ee64e8fdcf5169e674c4b7b4 (diff) |
Disable C4068 unknown pragma
Diffstat (limited to 'common/template/template-vc9.vcproj')
-rw-r--r-- | common/template/template-vc9.vcproj | 4 |
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" |