diff options
author | KUDr <kudr@openttd.org> | 2007-07-03 23:07:33 +0000 |
---|---|---|
committer | KUDr <kudr@openttd.org> | 2007-07-03 23:07:33 +0000 |
commit | 6878ca02134fb18ef2f263ea844eefc49468759d (patch) | |
tree | f9c1a474adfe1662c504d7badd21fd2908b143e7 /projects | |
parent | bad85b08c2680e44fb5a6ffb02ef9cd78bc12203 (diff) | |
download | openttd-6878ca02134fb18ef2f263ea844eefc49468759d.tar.xz |
(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj.in | 4 |
2 files changed, 4 insertions, 4 deletions
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" diff --git a/projects/openttd_vs80.vcproj.in b/projects/openttd_vs80.vcproj.in index b5ae42e96..83dab75d3 100644 --- a/projects/openttd_vs80.vcproj.in +++ b/projects/openttd_vs80.vcproj.in @@ -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" |