[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Warnings in latest Glib
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Warnings in latest Glib
- Date: Sun, 04 May 2008 14:50:01 +0200
Yaakov (Cygwin Ports) wrote:
> The Cygwin perl 5.10.0 <proto.h> has:
>
> PERL_CALLCONV const char* Perl_sv_reftype(pTHX_ const SV* sv, int ob)
Ah, I see. Since assigning a char* to a const char* shouldn't cause
compiler warnings (it doesn't here, at least) and since we don't
actually modify the string, I changed all occurences to use const char*.
Thanks!
--
Bye,
-Torsten
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]