From be0a659153bce07207c07b6146c315107e035724 Mon Sep 17 00:00:00 2001 From: faketruth Date: Tue, 21 Feb 2012 16:42:24 +0000 Subject: Changed ASSERT() to not cause warnings during compile Added VERIFY(); it's the same as ASSERT() but also works in release builds VS2010 project uses warning level 4 git-svn-id: http://mc-server.googlecode.com/svn/trunk@305 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VC2010') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index f4fb93398..7cb818c45 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -106,7 +106,7 @@ EnableFastChecks MultiThreadedDebugDLL true - Level3 + Level4 EditAndContinue true Use @@ -137,7 +137,7 @@ EnableFastChecks MultiThreadedDebugDLL true - Level3 + Level4 EditAndContinue true Use -- cgit v1.2.3