For x86 Release and Debug builds, remove the /Wp64 compiler flag, it
authorThomas Heller <theller@ctypes.org>
Tue, 14 Mar 2006 20:22:47 +0000 (20:22 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 14 Mar 2006 20:22:47 +0000 (20:22 +0000)
is responsible for most (all?)  of the warnings we get.

PCbuild/_ctypes.vcproj

index f303c21287964e8d34a9b4ea9edf491fb4219dd5..76518e69530aa5ba5e3e89f7438947e1ef6b493a 100644 (file)
@@ -26,7 +26,7 @@
                                RuntimeLibrary="3"
                                UsePrecompiledHeader="0"
                                WarningLevel="3"
-                               Detect64BitPortabilityProblems="TRUE"
+                               Detect64BitPortabilityProblems="FALSE"
                                DebugInformationFormat="3"
                                CompileAs="0"/>
                        <Tool
@@ -78,7 +78,7 @@
                                EnableFunctionLevelLinking="TRUE"
                                UsePrecompiledHeader="0"
                                WarningLevel="3"
-                               Detect64BitPortabilityProblems="TRUE"
+                               Detect64BitPortabilityProblems="FALSE"
                                DebugInformationFormat="0"
                                CompileAs="0"/>
                        <Tool