(svn r1862) - Settings: No longer treat warnings as errors for VS.Net project files...just until spritecache is fixed up :)
authordarkvater
Sat, 12 Feb 2005 00:20:46 +0000
changeset 1358 30b35721b218
parent 1357 0a4c07b68673
child 1359 52782e5cf7c9
(svn r1862) - Settings: No longer treat warnings as errors for VS.Net project files...just until spritecache is fixed up :)
ttd.vcproj
--- a/ttd.vcproj	Fri Feb 11 17:12:11 2005 +0000
+++ b/ttd.vcproj	Sat Feb 12 00:20:46 2005 +0000
@@ -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"