diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-29 21:37:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-29 21:37:57 +0000 |
commit | 6571a527400a6b5efc787305f57f3052abd1e761 (patch) | |
tree | 8d71858a96d17685d4465ae714e41c34cf4f50ed /build | |
parent | 897e185e8b01f4798c685de0ea8226931400b2ec (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')
-rw-r--r-- | build/vc.common/common.props | 2 |
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>
|