diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-25 18:13:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-25 18:13:35 +0000 |
commit | 886f1ff4d9ba1d3ac3fdc382399d8e6fd083a232 (patch) | |
tree | 1638b85ccaa580ed42ebcf534201361d9dca1d6f /build | |
parent | c56ffe365d8355c7657b8988076e89b621daffb6 (diff) |
one more warning not to see
git-svn-id: http://svn.miranda-ng.org/main/trunk@14696 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 9592ae6fa9..05f999d5a4 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -25,7 +25,7 @@ <ClCompile>
<AdditionalIncludeDirectories>..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DisableSpecificWarnings>4995;4996;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings>4995;4996;4312;4091;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<IntrinsicFunctions>false</IntrinsicFunctions>
<WarningLevel>Level4</WarningLevel>
|