[issue10036] compiler warnings for various modules on Linux buildslaves

2016-07-24 Thread Martin Panter
Martin Panter added the comment: The three unused results in Modules/_posixsubprocess.c are probably fixed by revision dd18cccb55b0. The Modules/socketmodule.c pointer aliasing was addressed in 3.3 by Issue 8623, and the Modules/_multiprocessing/multiprocessing.c type-punning has been elimina

[issue10036] compiler warnings for various modules on Linux buildslaves

2014-09-28 Thread Mark Lawrence
Mark Lawrence added the comment: >From msg119142 "I suspect we don't really fix libffi compile warnings because >..." so it looks as if we wouldn't bother anyway, plus these compiler warnings >are years old so can this be closed as "out of date"? -- nosy: +BreamoreBoy

[issue10036] compiler warnings for various modules on Linux buildslaves

2010-10-19 Thread Dirkjan Ochtman
Dirkjan Ochtman added the comment: Current Ubuntu builds from the buildbot also only show the libffi warning: http://www.python.org/dev/buildbot/builders/x86%20Ubuntu%20Shared%203.x/builds/2326/steps/compile/logs/warnings I suspect we don't really fix libffi compile warnings because (a) libffi

[issue10036] compiler warnings for various modules on Linux buildslaves

2010-10-19 Thread Dirkjan Ochtman
Dirkjan Ochtman added the comment: At least one of these also happens on Gentoo: Modules/_ctypes/libffi/src/dlmalloc.c:3193: warning: implicit declaration of function 'mremap' Modules/_ctypes/libffi/src/dlmalloc.c:3193: warning: cast to pointer from integer of different size Modules/_ctypes/