madler / zlib

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

gun: Remove unnecessary (void*) conversions #769

Closed likunyur closed 9 months ago

likunyur commented 1 year ago

The void * pointer does not need to be cast. Most compilers can compile.

madler commented 9 months ago

Thanks. Though I prefer to be explicit there to the reader of the code.