From 1ad41c0be4df0f379d571e068439894cef262ca2 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 25 Aug 2019 17:29:16 +0100 Subject: [PATCH] VS2008: Disabled warning-4995 about deprecated functions --- AppleWinExpress2008.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppleWinExpress2008.vcproj b/AppleWinExpress2008.vcproj index ac1f938c..dd9a263e 100644 --- a/AppleWinExpress2008.vcproj +++ b/AppleWinExpress2008.vcproj @@ -70,7 +70,7 @@ WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" - DisableSpecificWarnings="4819;4996" + DisableSpecificWarnings="4819;4995;4996" />