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 /tracer/template/template-vc9.vcproj | |
parent | ff5bb2accee87c24ee64e8fdcf5169e674c4b7b4 (diff) |
Disable C4068 unknown pragma
Diffstat (limited to 'tracer/template/template-vc9.vcproj')
-rw-r--r-- | tracer/template/template-vc9.vcproj | 4 |
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" |