summaryrefslogtreecommitdiff
path: root/ttd.vcproj
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-12-15 20:08:01 +0000
committerdarkvater <darkvater@openttd.org>2004-12-15 20:08:01 +0000
commitd867a845fd50dc2cb47223ff8ba16ae0e9db506b (patch)
tree0a044d0b2ed3a4384ca37da5d49b919c1e01ef40 /ttd.vcproj
parentd7d3ff484940b9c6ceee8f16ace7bc6bd3624bbb (diff)
downloadopenttd-d867a845fd50dc2cb47223ff8ba16ae0e9db506b.tar.xz
(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.
Diffstat (limited to 'ttd.vcproj')
-rw-r--r--ttd.vcproj2
1 files changed, 2 insertions, 0 deletions
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"