ZLIB Missing Warning When PNG is Disabled
HTRamsey opened this issue · 3 comments
HTRamsey commented
There is one spot that references ZLIB even when PNG is disabled that results in a warning due to zlib not being found. This line should be guarded by a if statement for if png is enabled.
Line 203 in 4173969
kmilos commented
Thanks for spotting this! Would you be able to submit a PR fixing this as well?
HTRamsey commented
Yeah I just moved it to the PNG check guard. Hopefully that's fine
kmilos commented
Great, thank you!