Skip Menu |

This queue is for tickets about the PerlIO-gzip CPAN distribution.

Report information
The Basics
Id: 28371
Status: new
Priority: 0/
Queue: PerlIO-gzip

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

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



Subject: [PATCH] Silence warning on Solaris
--- gzip.xs.old Wed Jul 18 15:32:12 2007 +++ gzip.xs Wed Jul 18 15:27:30 2007 @@ -441,7 +441,7 @@ bad: if (temp) { STRLEN len; - STDCHAR *ptr = SvPV(temp, len); + STDCHAR *ptr = (STDCHAR *)SvPV(temp, len); PerlIOGzip *g = PerlIOSelf(f,PerlIOGzip); #if DEBUG_LAYERGZIP