diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-22 10:25:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 10:25:46 +0100 |
commit | cdbcb773f5db24e23fa90e644ec620d54bd08127 (patch) | |
tree | 885a3fe8db7b8a5b4992d9f922e3aad48e6c2cfd /Python/bootstrap_hash.c | |
parent | a42de742e7c20eeb64699b5785543fea65b2e8d3 (diff) | |
download | cpython-git-cdbcb773f5db24e23fa90e644ec620d54bd08127.tar.gz |
cjkcodecs: Fix compiler warning (GH-10651)
Fixed the following compiler warning in multibytecodec.c:
warning C4244: '=': conversion from 'Py_ssize_t'
to 'unsigned char', possible loss of data
Cast Py_ssize_t to unsigned char: the maximum value is checked
on the previous line.
Diffstat (limited to 'Python/bootstrap_hash.c')
0 files changed, 0 insertions, 0 deletions