diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-22 13:21:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 13:21:43 +0100 |
commit | 28f468cb19e3097079b7ce7850e6048de99022fa (patch) | |
tree | 0bda352ec8b1777c3790882e315c97eb939119de /Python/bootstrap_hash.c | |
parent | cdbcb773f5db24e23fa90e644ec620d54bd08127 (diff) | |
download | cpython-git-28f468cb19e3097079b7ce7850e6048de99022fa.tar.gz |
bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654)
Explicit cast a pointer difference (intptr_t) to int to fix
two warnings on 64-bit Windows:
Modules\pyexpat.c(1181): warning C4244: 'initializing':
conversion from '__int64' to 'int', possible loss of data
Modules\pyexpat.c(1192): warning C4244: 'initializing':
conversion from '__int64' to 'int', possible loss of data
Diffstat (limited to 'Python/bootstrap_hash.c')
0 files changed, 0 insertions, 0 deletions