From: Jerry D. Hedden Date: Mon, 29 Jun 2009 19:13:18 +0000 (-0400) Subject: Unused 'cv' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ed3fda49b8590b1f2536acfe87ecdec36a6d516;p=p5sagit%2Fp5-mst-13.2.git Unused 'cv' --- diff --git a/universal.c b/universal.c index d2c9e77..4da6fc5 100644 --- a/universal.c +++ b/universal.c @@ -733,6 +733,7 @@ XS(XS_version_qv) { dVAR; dXSARGS; + PERL_UNUSED_ARG(cv); SP -= items; { SV * ver = ST(0);