summaryrefslogtreecommitdiff
path: root/ttd.vcproj
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-02-12 00:20:46 +0000
committerdarkvater <darkvater@openttd.org>2005-02-12 00:20:46 +0000
commitac758b6875ac1c95dc2ec0fadbb5b7d5ef7e8c67 (patch)
tree22b44e1c14972ddbc90dd3480cacb369e06b406b /ttd.vcproj
parent9c99c7d11a105485be2aaed5fbb170651fdb91ff (diff)
downloadopenttd-ac758b6875ac1c95dc2ec0fadbb5b7d5ef7e8c67.tar.xz
(svn r1862) - Settings: No longer treat warnings as errors for VS.Net project files...just until spritecache is fixed up :)
Diffstat (limited to 'ttd.vcproj')
-rw-r--r--ttd.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/ttd.vcproj b/ttd.vcproj
index 931d9cdf7..5d5673c17 100644
--- a/ttd.vcproj
+++ b/ttd.vcproj
@@ -45,7 +45,7 @@
ProgramDataBaseFileName=".\Release/"
BrowseInformation="1"
WarningLevel="3"
- WarnAsError="TRUE"
+ WarnAsError="FALSE"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
CompileAs="1"/>
@@ -119,7 +119,7 @@
ProgramDataBaseFileName=".\Checked/"
BrowseInformation="1"
WarningLevel="3"
- WarnAsError="TRUE"
+ WarnAsError="FALSE"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
CallingConvention="1"
@@ -186,7 +186,7 @@
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
- WarnAsError="TRUE"
+ WarnAsError="FALSE"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"