From d867a845fd50dc2cb47223ff8ba16ae0e9db506b Mon Sep 17 00:00:00 2001 From: darkvater Date: Wed, 15 Dec 2004 20:08:01 +0000 Subject: (svn r1104) -Fix: nasty server crash buffer overflow problem when using release build. Big thanks to Truelight for the guidance in fixing this very annoying bug! -VS.NET now treats warnings as errors too in the release build. --- ttd.vcproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ttd.vcproj') diff --git a/ttd.vcproj b/ttd.vcproj index 3ffd06557..e1feecd02 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -45,6 +45,7 @@ ProgramDataBaseFileName=".\Release/" BrowseInformation="1" WarningLevel="3" + WarnAsError="TRUE" SuppressStartupBanner="TRUE" DebugInformationFormat="3" CompileAs="1"/> @@ -118,6 +119,7 @@ ProgramDataBaseFileName=".\Checked/" BrowseInformation="1" WarningLevel="3" + WarnAsError="TRUE" SuppressStartupBanner="TRUE" DebugInformationFormat="3" CallingConvention="1" -- cgit v1.2.3-54-g00ecf