gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

Fixes to various compiler warnings #75

Closed pks-t closed 5 years ago

pks-t commented 5 years ago

It really is mostly uninteresting fixes, most of them caused by CMake including "-Wsign-compare". I guess it's good to have them anyway to enable for clean builds with "-Werror". More info is in the commit messages, just in case the fix is debatable.

pks-t commented 5 years ago

Rebased to trigger CI