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
64
stars
53
forks
source link
libzzip: do not use -Warray-bounds with gcc-4.2 #139
gcc-4.2 does not accept -Warray-bounds flag, and the build fails. Once the flag is excluded, libzzip builds fine.
PR adds a relevant condition to CMakeLists.
gcc-4.2
does not accept-Warray-bounds
flag, and the build fails. Once the flag is excluded,libzzip
builds fine. PR adds a relevant condition to CMakeLists.