Stefan Krah <stefan-use...@bytereef.org> added the comment:

Your suggestion eliminates many warnings, but not all. FreeBSD
is still stuck with gcc-4.2, so perhaps this is a good compromise.
Getting rid of the remaining warnings might require a more bloated
solution.


These are the remaining warnings:


Objects/unicodeobject.c: In function 'PyUnicode_DecodeUTF16Stateful':
Objects/unicodeobject.c:5474: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:5474: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:5475: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:5475: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:5477: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:5477: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:5478: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:5478: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c: In function 'PyUnicode_DecodeASCII':
Objects/unicodeobject.c:6878: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:6878: warning: comparison is always true due to limited 
range of data type
Objects/unicodeobject.c:6878: warning: comparison is always true due to limited 
range of data type

----------
keywords: +patch
Added file: http://bugs.python.org/file24599/comparison-always-true.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14085>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to