From 2d64d7a6032c754d91b9ec8b41e0d1ad7b3b6923 Mon Sep 17 00:00:00 2001 From: tomcw Date: Tue, 1 Sep 2020 21:36:05 +0100 Subject: [PATCH] VS2008: disable warning 4482 for C++11 scoped enums --- AppleWinExpress2008.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppleWinExpress2008.vcproj b/AppleWinExpress2008.vcproj index 2d0317e9..369aeecf 100644 --- a/AppleWinExpress2008.vcproj +++ b/AppleWinExpress2008.vcproj @@ -70,7 +70,7 @@ WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" - DisableSpecificWarnings="4819;4995;4996" + DisableSpecificWarnings="4482;4819;4995;4996" />