Skip Menu |

This queue is for tickets about the Compress-Raw-Zlib CPAN distribution.

Report information
The Basics
Id: 123688
Status: resolved
Priority: 0/
Queue: Compress-Raw-Zlib

People
Owner: Nobody in particular
Requestors: RANDIR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 2.076



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) ~~~~~~ ^ ~~~
On Mon Nov 20 09:05:55 2017, RANDIR wrote: Show quoted text
> 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) > ~~~~~~ ^ ~~~
Thanks, see the problem. Issues fixed. Paul