On 02/12/2017 12:22 AM, Karl Williamson wrote: > inflate.c: In function ‘long int inflateMark(z_streamp)’: > inflate.c:1507:54: warning: left shift of negative value > [-Wshift-negative-value] > if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; Is this the same one previously detected by clang on FreeBSD-11, e.g., http://perl5.test-smoke.org/report/53903 Addressed by upstream CPAN author: https://rt.cpan.org/Ticket/Display.html?id=119580 We simply have to decide at what point we merge Compress-Raw-Zlib and its sister distros into blead. Thank you very much. Jim KeenanThread Previous | Thread Next