Subject: | Build warnings |
Date: | Sun, 27 Jul 2008 20:51:30 +0200 (CEST) |
To: | bug-Set-Object [...] rt.cpan.org |
From: | Havard Eidnes <he [...] NetBSD.org> |
Hi,
while packaging an update of Set::Object, I find that it builds
fine but with a few warnings:
Object.xs: In function '_dispel_magic':
Object.xs:340: warning: initialization from incompatible pointer type
Object.xs: In function '_cast_magic':
Object.xs:466: warning: assignment from incompatible pointer type
Object.xs:472: warning: passing argument 3 of 'Perl_sv_magicext' from incompatible pointer type
Object.xs: In function 'XS_Set__Object_get_flat':
Object.xs:967: warning: passing argument 2 of 'Perl_newRV' from incompatible pointer type
These may normally indicate portability problems (probably not in
this case, from a cursory inspection), but they might warrant a
second look, and if they're OK, should be fixed with some
appropriate casts.
Regards,
- HÃ¥vard