Subject: | PERL_UNUSED_DECL redefinition |
Date: | Fri, 10 Jan 2014 17:33:11 +0000 |
To: | bug-Crypt-UnixCrypt_XS [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
Compile warning:
In file included from UnixCrypt_XS.xs:5:0:
ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
In file included from UnixCrypt_XS.xs:2:0:
/opt/perl-5.18.1/lib/5.18.1/x86_64-linux-ld/CORE/perl.h:320:0: note: this is the location of the previous definition
ppport.h doesn't consider the possibility that the core headers might
have defined PERL_UNUSED_DECL. Presumably a newer version of ppport.h
would fix that.
-zefram