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