From edb1f1f87fe309c490a36ae4dd7b55b63c895fea Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 20 Feb 2012 16:40:34 +0000 Subject: VC2008: Temporarily reset compiler warnings to Level 3 due to the new ASSERT() git-svn-id: http://mc-server.googlecode.com/svn/trunk@299 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2008/MCServer.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VC2008') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 9bc013b95..a2f94a0a0 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -48,8 +48,8 @@ RuntimeLibrary="3" UsePrecompiledHeader="2" PrecompiledHeaderThrough="Globals.h" - WarningLevel="4" - DebugInformationFormat="4" + WarningLevel="3" + DebugInformationFormat="3" />