From 6ea6e204a9d71705490ad43c7dcb078b18da92ef Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 14 Mar 2006 20:22:47 +0000 Subject: For x86 Release and Debug builds, remove the /Wp64 compiler flag, it is responsible for most (all?) of the warnings we get. --- PCbuild/_ctypes.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PCbuild/_ctypes.vcproj b/PCbuild/_ctypes.vcproj index f303c21..76518e6 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"/>