diff options
author | Thomas Heller <theller@ctypes.org> | 2006-03-14 20:22:47 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-03-14 20:22:47 (GMT) |
commit | 6ea6e204a9d71705490ad43c7dcb078b18da92ef (patch) | |
tree | 2b907a06c63ed156dac5f63a3975a7348ae7293a /PCbuild | |
parent | fe8f862cda0e85cc074f8d3f518324b96267185e (diff) | |
download | cpython-6ea6e204a9d71705490ad43c7dcb078b18da92ef.zip cpython-6ea6e204a9d71705490ad43c7dcb078b18da92ef.tar.gz cpython-6ea6e204a9d71705490ad43c7dcb078b18da92ef.tar.bz2 |
For x86 Release and Debug builds, remove the /Wp64 compiler flag, it
is responsible for most (all?) of the warnings we get.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/_ctypes.vcproj | 4 |
1 files 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"/> <Tool @@ -78,7 +78,7 @@ EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="0" CompileAs="0"/> <Tool |