summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2014-09-30 00:33:24 -0700
committerGregory P. Smith <greg@krypto.org>2014-09-30 00:33:24 -0700
commit3f820345343c46008559deae31951e2df00140b9 (patch)
tree96663ce88c8a9847a6bdea2c04ca65a45ddb72d4 /Python/sysmodule.c
parent3a336626bf961d8f5fac7b3752708537f2731f50 (diff)
downloadcpython-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/sysmodule.c')
0 files changed, 0 insertions, 0 deletions