(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8
authorKUDr
Tue, 03 Jul 2007 23:07:33 +0000
changeset 7146 0e8ef75fc9d9
parent 7145 0bb6d7c2de2f
child 7147 ce8ea5a0b8d1
(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"