Kaydet (Commit) 6ea6e204 authored tarafından Thomas Heller's avatar Thomas Heller

For x86 Release and Debug builds, remove the /Wp64 compiler flag, it

is responsible for most (all?)  of the warnings we get.
üst fe8f862c
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3" DebugInformationFormat="3"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="0" DebugInformationFormat="0"
CompileAs="0"/> CompileAs="0"/>
<Tool <Tool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment