From 6878ca02134fb18ef2f263ea844eefc49468759d Mon Sep 17 00:00:00 2001 From: KUDr Date: Tue, 3 Jul 2007 23:07:33 +0000 Subject: (svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8 --- projects/openttd_vs80.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/openttd_vs80.vcproj') diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f49c747ca..eda607705 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -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" -- cgit v1.2.3-54-g00ecf