# HG changeset patch # User KUDr # Date 1183504053 0 # Node ID 5b6e76857bce4a9613a64f8a94d8d9c9c81de9bb # Parent 6fb5fa2bab4b1b1621ef22a5ba38654bbc470d37 (svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8 diff -r 6fb5fa2bab4b -r 5b6e76857bce projects/openttd_vs80.vcproj --- 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" diff -r 6fb5fa2bab4b -r 5b6e76857bce projects/openttd_vs80.vcproj.in --- 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"