summaryrefslogtreecommitdiff
path: root/build/vc.common
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-29 21:37:57 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-29 21:37:57 +0000
commit6571a527400a6b5efc787305f57f3052abd1e761 (patch)
tree8d71858a96d17685d4465ae714e41c34cf4f50ed /build/vc.common
parent897e185e8b01f4798c685de0ea8226931400b2ec (diff)
unified project for MRA protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build/vc.common')
-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 9e7a73989d..37df93cac7 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;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings>4996;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<IntrinsicFunctions>false</IntrinsicFunctions>
<WarningLevel>Level4</WarningLevel>