The fp variable is declared incorrectly when using ZLIB. The variable should be declared as gzFile fp and not gzFile *fp This avoids all the warning messages. I attempted to create a pull request but your permissions would not allow it.
The fp variable is declared incorrectly when using ZLIB. The variable should be declared as
gzFile fp
and not
gzFile *fp
This avoids all the warning messages. I attempted to create a pull request but your permissions would not allow it.