[issue19418] audioop.c giving signed/unsigned warnings on Windows

Serhiy Storchaka report at bugs.python.org
Sun Oct 27 21:16:38 CET 2013


Serhiy Storchaka added the comment:

But it adds warnings on 32-bit platform with GCC.

/home/serhiy/py/cpython/Modules/audioop.c:18:61: warning: integer overflow in expression [-Woverflow]
/home/serhiy/py/cpython/Modules/audioop.c: In function ‘audioop_minmax’:
/home/serhiy/py/cpython/Modules/audioop.c:437:33: warning: integer overflow in expression [-Woverflow]

----------

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


More information about the Python-bugs-list mailing list