]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Cast result of zalloc to char * to avoid warnings
authorPavel P <pavlov.pavel@gmail.com>
Wed, 7 Aug 2024 18:59:39 +0000 (20:59 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 9 Aug 2024 11:34:43 +0000 (13:34 +0200)
commit2c801bd43ac6dfb676def2b614e5c10ba2f1ad79
tree2d921e07a302fc49a458215e97c16a5b6ab4daa1
parent3de6c30bb4a84fab477a76013feaf318f94b7e18
Cast result of zalloc to char * to avoid warnings

 + remove unnecessary cast when using `original_buf`
deflate.c
inflate.c