Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ea6e20

Browse files
author
Thomas Heller
committed
For x86 Release and Debug builds, remove the /Wp64 compiler flag, it
is responsible for most (all?) of the warnings we get.
1 parent fe8f862 commit 6ea6e20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PCbuild/_ctypes.vcproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
RuntimeLibrary="3"
2727
UsePrecompiledHeader="0"
2828
WarningLevel="3"
29-
Detect64BitPortabilityProblems="TRUE"
29+
Detect64BitPortabilityProblems="FALSE"
3030
DebugInformationFormat="3"
3131
CompileAs="0"/>
3232
<Tool
@@ -78,7 +78,7 @@
7878
EnableFunctionLevelLinking="TRUE"
7979
UsePrecompiledHeader="0"
8080
WarningLevel="3"
81-
Detect64BitPortabilityProblems="TRUE"
81+
Detect64BitPortabilityProblems="FALSE"
8282
DebugInformationFormat="0"
8383
CompileAs="0"/>
8484
<Tool

0 commit comments

Comments
 (0)