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 | 3f820345343c46008559deae31951e2df00140b9 (patch) | |
tree | 96663ce88c8a9847a6bdea2c04ca65a45ddb72d4 /Python/fileutils.c | |
parent | 3a336626bf961d8f5fac7b3752708537f2731f50 (diff) | |
download | cpython-3f820345343c46008559deae31951e2df00140b9.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/fileutils.c')
0 files changed, 0 insertions, 0 deletions