commit | 8f525882fa43209d52afdb99753de2f5111d7433 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Jun 24 01:08:56 2017 +0200 |
committer | GitHub <noreply@github.com> | Sat Jun 24 01:08:56 2017 +0200 |
tree | 578cefdeaabe0091a6d6ba148ea117dbb3df4028 | |
parent | 50c2850fc86d1aeee901029d28a8d64899c8e7e5 [diff] |
bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368) Explicitly cast on integer downcasting to fix compiler warnings. (cherry picked from libexpat commit 788bff7a3baad1983b15b17c29e19e1a1a795c48)