From: Thomas Heller Date: Tue, 14 Mar 2006 20:22:47 +0000 (+0000) Subject: For x86 Release and Debug builds, remove the /Wp64 compiler flag, it X-Git-Tag: v2.5a0~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ea6e204a9d71705490ad43c7dcb078b18da92ef;p=thirdparty%2FPython%2Fcpython.git For x86 Release and Debug builds, remove the /Wp64 compiler flag, it is responsible for most (all?) of the warnings we get. --- diff --git a/PCbuild/_ctypes.vcproj b/PCbuild/_ctypes.vcproj index f303c2128796..76518e69530a 100644 --- a/PCbuild/_ctypes.vcproj +++ b/PCbuild/_ctypes.vcproj @@ -26,7 +26,7 @@ RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="3" CompileAs="0"/>