1
0

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
This commit is contained in:
madmaxoft@gmail.com 2012-02-20 16:40:34 +00:00
parent d592882fe0
commit edb1f1f87f

View File

@ -48,8 +48,8 @@
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderThrough="Globals.h" PrecompiledHeaderThrough="Globals.h"
WarningLevel="4" WarningLevel="3"
DebugInformationFormat="4" DebugInformationFormat="3"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"