Skip Menu |

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

Report information
The Basics
Id: 112829
Status: resolved
Priority: 0/
Queue: IO-Compress

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

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



Subject: two gcc6-found problems
gcc-mp-6 -c -I./zlib-src -fno-common -DPERL_DARWIN -mmacosx-version-min=10.11 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PUTENV -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O3 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inflate.c inflate.c: In function 'inflateUndermine': inflate.c:1487:9: warning: unused parameter 'subvert' [-Wunused-parameter] int subvert) ^~~~~~~ inflate.c: In function 'inflateMark': inflate.c:1507:61: warning: left shift of negative value [-Wshift-negative-value] if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; ^~