(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8
authorKUDr
Tue, 03 Jul 2007 23:07:33 +0000
changeset 7642 5b6e76857bce
parent 7641 6fb5fa2bab4b
child 7643 eafa19c7f11c
(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8
projects/openttd_vs80.vcproj
projects/openttd_vs80.vcproj.in
--- a/projects/openttd_vs80.vcproj	Tue Jul 03 19:25:06 2007 +0000
+++ b/projects/openttd_vs80.vcproj	Tue Jul 03 23:07:33 2007 +0000
@@ -77,7 +77,7 @@
 				BrowseInformation="1"
 				BrowseInformationFile="$(IntDir)/"
 				WarningLevel="3"
-				WarnAsError="true"
+				WarnAsError="false"
 				SuppressStartupBanner="true"
 				DebugInformationFormat="3"
 				CallingConvention="1"
@@ -285,7 +285,7 @@
 				ObjectFile="$(IntDir)/"
 				ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
 				WarningLevel="3"
-				WarnAsError="true"
+				WarnAsError="false"
 				SuppressStartupBanner="true"
 				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
--- a/projects/openttd_vs80.vcproj.in	Tue Jul 03 19:25:06 2007 +0000
+++ b/projects/openttd_vs80.vcproj.in	Tue Jul 03 23:07:33 2007 +0000
@@ -77,7 +77,7 @@
 				BrowseInformation="1"
 				BrowseInformationFile="$(IntDir)/"
 				WarningLevel="3"
-				WarnAsError="true"
+				WarnAsError="false"
 				SuppressStartupBanner="true"
 				DebugInformationFormat="3"
 				CallingConvention="1"
@@ -285,7 +285,7 @@
 				ObjectFile="$(IntDir)/"
 				ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
 				WarningLevel="3"
-				WarnAsError="true"
+				WarnAsError="false"
 				SuppressStartupBanner="true"
 				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"