[issue17832] pythonrun.c:_print_total_refs missing prototype

David Edelsohn report at bugs.python.org
Wed Apr 24 20:14:38 CEST 2013


David Edelsohn added the comment:

A build warning from the PowerLinux buildbot

http://buildbot.python.org/all/builders/PPC64%20PowerLinux%203.x/builds/3/steps/compile/logs/stdio

gcc -pthread -c -Wno-unused-result -g -O0 -Wall -Wstrict-prototypes -m64 -m64   -I. -IInclude -I./Include    -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
Python/pythonrun.c:39:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17832>
_______________________________________


More information about the Python-bugs-list mailing list