msvc: disable warnings on 3rdparty

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech
2020-12-11 22:07:48 +01:00
committed by lightningterror
parent 494e384d9e
commit d05c4e60be
16 changed files with 85 additions and 11 deletions

View File

@@ -40,7 +40,7 @@
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<MinimalRebuild>false</MinimalRebuild>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>
@@ -54,4 +54,4 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>
</Project>