mirror of https://github.com/OpenTTD/OpenTTD
(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8
parent
bad85b08c2
commit
6878ca0213
|
@ -77,7 +77,7 @@
|
||||||
BrowseInformation="1"
|
BrowseInformation="1"
|
||||||
BrowseInformationFile="$(IntDir)/"
|
BrowseInformationFile="$(IntDir)/"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
WarnAsError="true"
|
WarnAsError="false"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
CallingConvention="1"
|
CallingConvention="1"
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
ObjectFile="$(IntDir)/"
|
ObjectFile="$(IntDir)/"
|
||||||
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
WarnAsError="true"
|
WarnAsError="false"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
Detect64BitPortabilityProblems="false"
|
Detect64BitPortabilityProblems="false"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="4"
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
BrowseInformation="1"
|
BrowseInformation="1"
|
||||||
BrowseInformationFile="$(IntDir)/"
|
BrowseInformationFile="$(IntDir)/"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
WarnAsError="true"
|
WarnAsError="false"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
CallingConvention="1"
|
CallingConvention="1"
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
ObjectFile="$(IntDir)/"
|
ObjectFile="$(IntDir)/"
|
||||||
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
WarnAsError="true"
|
WarnAsError="false"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
Detect64BitPortabilityProblems="false"
|
Detect64BitPortabilityProblems="false"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="4"
|
||||||
|
|
Loading…
Reference in New Issue