This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | skrah |
|---|---|
| Recipients | skrah, vstinner |
| Date | 2012年02月22日.12:36:17 |
| SpamBayes Score | 1.5601996e-06 |
| Marked as misclassified | No |
| Message-id | <1329914178.17.0.95476791376.issue14085@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012年02月22日 12:36:18 | skrah | set | recipients: + skrah, vstinner |
| 2012年02月22日 12:36:18 | skrah | set | messageid: <1329914178.17.0.95476791376.issue14085@psf.upfronthosting.co.za> |
| 2012年02月22日 12:36:17 | skrah | link | issue14085 messages |
| 2012年02月22日 12:36:17 | skrah | create | |