[issue24380] Got warning when compiling _scproxy.c on Mac

2020-11-01 Thread Ronald Oussoren
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 __

[issue24380] Got warning when compiling _scproxy.c on Mac

2015-06-17 Thread Ronald Oussoren
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

[issue24380] Got warning when compiling _scproxy.c on Mac

2015-06-04 Thread Vajrasky Kok
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