From 2e9ece17f6836fba98e629811f557b0d25ad7aa7 Mon Sep 17 00:00:00 2001 From: nitrocaster Date: Tue, 10 Nov 2015 00:36:35 +0300 Subject: [PATCH] Ignore compiler warning C4250. --- src/xrGame/xrGame.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xrGame/xrGame.vcxproj b/src/xrGame/xrGame.vcxproj index 69ab6bbfb7d..9a7b7e737df 100644 --- a/src/xrGame/xrGame.vcxproj +++ b/src/xrGame/xrGame.vcxproj @@ -109,7 +109,7 @@ Level4 true ProgramDatabase - 4237;%(DisableSpecificWarnings) + 4237;4250;%(DisableSpecificWarnings) true @@ -159,7 +159,7 @@ Level4 true ProgramDatabase - 4237;%(DisableSpecificWarnings) + 4237;4250;%(DisableSpecificWarnings) true @@ -211,7 +211,7 @@ Level4 true ProgramDatabase - 4237;%(DisableSpecificWarnings) + 4237;4250;%(DisableSpecificWarnings) true