[issue1621] Python should compile with -Wstrict-overflow when using gcc

Christian Heimes report at bugs.python.org
Fri Dec 14 04:23:51 CET 2007


Christian Heimes added the comment:

Socket and SSL are using bluetooth.h which defines some functionas as
inline. Inline isn't part of C89. Linuxaudiodev depends on the 'linux'
macro which is not defined in  C89.

The Python core can be compiled with -ansi but the extension modules
require -std=gnu89.

Added file: http://bugs.python.org/file8950/config.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1621>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.patch
Type: text/x-diff
Size: 2771 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071214/0d2efca6/attachment.patch 


More information about the Python-bugs-list mailing list