Closed SRSaunders closed 3 months ago
I saw the warnings but I wasn't sure what change caused them. Good that you could figure it out. Maybe it is the best to update zlib or to replace it with miniz like it was done for dhewm3. That way we have a zlib API implementation that is at least compatible with the modified minizip implementation.
Here is the link: https://github.com/dhewm/dhewm3/tree/master/neo/framework/miniz
Thanks for the info. I'll come back to this when I have more time in a few weeks.
clang issues many deprecation warnings for zlib since commit 2262599707f68e2f480f28064928c2ecb0eea1e6.
For example:
This warning was previously suppressed for minizip, but re-emerged for zlib itself following the restructuring.
I will submit a PR to suppress this one for now. Perhaps zlib/minizip should be updated in the future.