VS2008: Disabled warning-4995 about deprecated functions

This commit is contained in:
tomcw 2019-08-25 17:29:16 +01:00
parent 2f52206e1e
commit 1ad41c0be4
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4819;4996"
DisableSpecificWarnings="4819;4995;4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -169,7 +169,7 @@
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
DisableSpecificWarnings="4819;4996"
DisableSpecificWarnings="4819;4995;4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"