(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.
This commit is contained in:
darkvater
2004-12-15 20:08:01 +00:00
parent 7560705a67
commit 48b417b456
2 changed files with 9 additions and 11 deletions

View File

@@ -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"