diff options
author | Gregory P. Smith <greg@krypto.org> | 2014-09-30 00:33:24 -0700 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2014-09-30 00:33:24 -0700 |
commit | 8486f9b134e0a25a3c64405223e0ba96192e02d9 (patch) | |
tree | 33c8a0fa2fa7e2c37ab31d3a394e0f8d9a293c06 /Python/errors.c | |
parent | fd97a6fb2d501f0ecb104513b5c0c1707dd6f87e (diff) | |
download | cpython-git-8486f9b134e0a25a3c64405223e0ba96192e02d9.tar.gz |
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 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions