diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-05-27 20:48:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 20:48:12 (GMT) |
commit | e4799b95945b44eb0e2eea26473db8e0a49ed0ee (patch) | |
tree | 0a834d6f67374baffdd2d411c3846695725db4f7 /Modules/clinic/_randommodule.c.h | |
parent | c116c94ff119485761460f1033cdee425bed0310 (diff) | |
download | cpython-e4799b95945b44eb0e2eea26473db8e0a49ed0ee.zip cpython-e4799b95945b44eb0e2eea26473db8e0a49ed0ee.tar.gz cpython-e4799b95945b44eb0e2eea26473db8e0a49ed0ee.tar.bz2 |
Fix compiler warnings in _zoneinfo.c (GH-20342)
```
D:\a\cpython\cpython\Modules\_zoneinfo.c(903,52): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\a\cpython\cpython\PCbuild\_zoneinfo.vcxproj]
D:\a\cpython\cpython\Modules\_zoneinfo.c(904,44): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\a\cpython\cpython\PCbuild\_zoneinfo.vcxproj]
D:\a\cpython\cpython\Modules\_zoneinfo.c(1772,31): warning C4244: '=': conversion from 'ssize_t' to 'uint8_t', possible loss of data [D:\a\cpython\cpython\PCbuild\_zoneinfo.vcxproj]
```
Diffstat (limited to 'Modules/clinic/_randommodule.c.h')
0 files changed, 0 insertions, 0 deletions