madler / zlib

A massively spiffy yet delicately unobtrusive compression library.
http://zlib.net/
Other
5.65k stars 2.44k forks source link

Clean "shorten-64-to-32" warnings #963

Open Lwisce opened 6 months ago

Lwisce commented 6 months ago

I got "shorten-64-to-32" warning when using clang compiler and I try to fix them. I added explicit conversion to remove this warning. I think it helps improve the code quality.

Neustradamus commented 4 months ago

@madler: Have you seen this PR?