summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-06-02 12:32:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-06-02 12:32:02 +0000
commit95237b406f01e4c66c1a4571a3804de278eab958 (patch)
tree25a5c05b8a98d3f7f8a5fe00bea5ebe9d224bff2 /build
parentcb9f90e85032559d2da6e3b40a05352365e6d90f (diff)
another stupid warning to block
git-svn-id: http://svn.miranda-ng.org/main/trunk@13972 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build')
-rw-r--r--build/vc.common/common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props
index c1ecca1780..daf3e46d81 100644
--- a/build/vc.common/common.props
+++ b/build/vc.common/common.props
@@ -48,7 +48,7 @@
<ClCompile>
<AdditionalIncludeDirectories>..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DisableSpecificWarnings>4996;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings>4995;4996;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<IntrinsicFunctions>false</IntrinsicFunctions>
<WarningLevel>Level4</WarningLevel>