Ronald Oussoren added the comment:
I'm closing this as out of date because the code the compiler warns about is no
longer present in the master branch.
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
type: -> compile error
__
Ronald Oussoren added the comment:
The patch is not correct.
You're probably building with a new enough version of OSX as the deployment
target. _scproxy.c should recognise this and should only perform the != NULL
test when the variable address might be NULL.
#if MAC_OS_X_VERSION_MIN_REQUIRE
New submission from Vajrasky Kok:
Got this warning when compiling Python on Mac:
building '_scproxy' extension
gcc -Wno-unused-result -Wsign-compare -g -O0 -Wall -Wstrict-prototypes
-Werror=declaration-after-statement -I./Include -I. -IInclude
-I/usr/local/include -I/Users/sky/Code/python/cpyt