aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-17 17:20:53 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-18 06:58:11 -0800
commit025ffeff5ef589fad7828351d8dcad1fa468b8cd (patch)
tree5e27d0d70a133ccc8b2362aea0590b48f6cbf964 /templates
parent0cde8d45093ec07ac80cecbfa37b096312acbc1d (diff)
ignore warning LNK4217
Diffstat (limited to 'templates')
-rw-r--r--templates/vsprojects/global.props.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/vsprojects/global.props.template b/templates/vsprojects/global.props.template
index 5b8d1e1182..c53e4f16e3 100644
--- a/templates/vsprojects/global.props.template
+++ b/templates/vsprojects/global.props.template
@@ -13,6 +13,10 @@
<PreprocessorDefinitions>_WIN32_WINNT=0x600;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>EnableAllWarnings</WarningLevel>
</ClCompile>
+ <Link>
+ <!-- LNK4271 pollutes test output. See #4521 -->
+ <AdditionalOptions>/ignore:4217 %(AdditionalOptions)</AdditionalOptions>
+ </Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>