diff options
author | Gregory P. Smith <greg@krypto.org> | 2014-09-30 07:33:24 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2014-09-30 07:33:24 (GMT) |
commit | 8486f9b134e0a25a3c64405223e0ba96192e02d9 (patch) | |
tree | 33c8a0fa2fa7e2c37ab31d3a394e0f8d9a293c06 /Modules | |
parent | fd97a6fb2d501f0ecb104513b5c0c1707dd6f87e (diff) | |
download | cpython-8486f9b134e0a25a3c64405223e0ba96192e02d9.zip cpython-8486f9b134e0a25a3c64405223e0ba96192e02d9.tar.gz cpython-8486f9b134e0a25a3c64405223e0ba96192e02d9.tar.bz2 |
Fix "warning: comparison between signed and unsigned integer expressions"
-Wsign-compare warnings in unicodeobject.c. These were all a result
of sizeof() being unsigned and being compared to a Py_ssize_t.
Not actual problems.
Diffstat (limited to 'Modules')
0 files changed, 0 insertions, 0 deletions