This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c4f9c5
)
Unused 'cv'
author
Jerry D. Hedden
<jdhedden@cpan.org>
Mon, 29 Jun 2009 19:13:18 +0000
(15:13 -0400)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 2 Jul 2009 15:32:57 +0000
(17:32 +0200)
universal.c
patch
|
blob
|
blame
|
history
diff --git
a/universal.c
b/universal.c
index
d2c9e77
..
4da6fc5
100644
(file)
--- 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);