diff options
Diffstat (limited to 'templates/vsprojects/global.props.template')
-rw-r--r-- | templates/vsprojects/global.props.template | 4 |
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> |