Skip Menu |

This queue is for tickets about the Devel-Declare CPAN distribution.

Report information
The Basics
Id: 91985
Status: new
Priority: 0/
Queue: Devel-Declare

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: pointer signedness mismatch
Date: Thu, 9 Jan 2014 16:10:22 +0000
To: bug-Devel-Declare [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
C compilation warning: In file included from Declare.xs:7:0: stolen_chunk_of_toke.c: In function 'S_scan_str': stolen_chunk_of_toke.c:647:2: warning: pointer targets in passing argument 2 of 'Perl_utf8_to_uvchr_buf' differ in signedness [-Wpointer-sign] In file included from /opt/perl-5.18.1/lib/5.18.1/x86_64-linux-ld/CORE/perl.h:5115:0, from Declare.xs:3: /opt/perl-5.18.1/lib/5.18.1/x86_64-linux-ld/CORE/proto.h:4702:18: note: expected 'const U8 *' but argument is of type 'char *' -zefram