Subject: | Compilation warnings with clang |
Version 2.075 introduced a new build warning when using clang (my particular version is Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)):
Zlib.xs:836:13: warning: comparison of integers of different signs: 'int' and 'STRLEN' (aka 'unsigned long') [-Wsign-compare]
if (offset > len)
~~~~~~ ^ ~~~