pixelglow / ZipZap

zip file I/O library for iOS, macOS and tvOS
BSD 2-Clause "Simplified" License
1.22k stars 199 forks source link

New clang compiler complains tautology in this code #177

Open liuliu opened 4 years ago

liuliu commented 4 years ago

https://github.com/pixelglow/ZipZap/blob/master/ZipZap/ZZArchive.mm#L149

This line pointing to a static int sign: https://github.com/pixelglow/ZipZap/blob/master/ZipZap/ZZHeaders.h#L151

Should this be signature?

combinatorial commented 3 years ago

I agree, it should be.