const int addrtype = POPi;
SV * const addrsv = POPs;
STRLEN addrlen;
- UV addr = PTR2UV(SvPVbyte(addrsv, addrlen));
+ const char *addr = (char *)SvPVbyte(addrsv, addrlen);
- hent = PerlSock_gethostbyaddr((const char*)addr, (Netdb_hlen_t) addrlen, addrtype);
+ hent = PerlSock_gethostbyaddr(addr, (Netdb_hlen_t) addrlen, addrtype);
#else
DIE(aTHX_ PL_no_sock_func, "gethostbyaddr");
#endif
SV * ret;
dVAR;
dXSARGS;
+ PERL_UNUSED_ARG(cv);
if (items != 0)
Perl_croak(aTHX_ "Usage: %s(%s)", "re::regnames_count", "");
REGEXP * rx;
U32 flags;
SV * ret;
+ PERL_UNUSED_ARG(cv);
if (items < 1 || items > 2)
Perl_croak(aTHX_ "Usage: %s(%s)", "re::regname", "name[, all ]");
I32 length;
I32 i;
SV **entry;
+ PERL_UNUSED_ARG(cv);
if (items > 1)
Perl_croak(aTHX_ "Usage: %s(%s)", "re::regnames", "[all]");
REGEXP * rx;
U32 flags;
SV * ret;
+ PERL_UNUSED_ARG(cv);
if (items != 2)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::STORE($key, $flags)");
dXSARGS;
REGEXP * rx;
U32 flags;
+ PERL_UNUSED_ARG(cv);
if (items != 3)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::STORE($key, $value, $flags)");
dXSARGS;
REGEXP * rx = PL_curpm ? PM_GETRE(PL_curpm) : NULL;
U32 flags;
+ PERL_UNUSED_ARG(cv);
if (items != 2)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::DELETE($key, $flags)");
dXSARGS;
REGEXP * rx;
U32 flags;
+ PERL_UNUSED_ARG(cv);
if (items != 1)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::CLEAR($flags)");
REGEXP * rx;
U32 flags;
SV * ret;
+ PERL_UNUSED_ARG(cv);
if (items != 2)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::EXISTS($key, $flags)");
REGEXP * rx;
U32 flags;
SV * ret;
+ PERL_UNUSED_ARG(cv);
if (items != 1)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::FIRSTKEY()");
REGEXP * rx;
U32 flags;
SV * ret;
+ PERL_UNUSED_ARG(cv);
if (items != 2)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::NEXTKEY($lastkey)");
REGEXP * rx;
U32 flags;
SV * ret;
+ PERL_UNUSED_ARG(cv);
if (items != 1)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::SCALAR()");
{
dVAR;
dXSARGS;
+ PERL_UNUSED_ARG(cv);
if (items != 0)
Perl_croak(aTHX_ "Usage: Tie::Hash::NamedCapture::flags()");