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

View File

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