This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a compiler warning
authorFlorian Ragwitz <rafl@debian.org>
Wed, 13 Jul 2011 17:22:52 +0000 (19:22 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 13 Jul 2011 17:22:52 +0000 (19:22 +0200)
commit7be5bd17122a532f2806c8321c9ea10a46b62c48
tree1173319495c19ea9095135bbaeca7188d6de83b4
parent043647aa56b4b8e6d11b57c6bdb10a4007670155
Fix a compiler warning

gimme is being set by POPBLOCK, but otherwise unused. PERL_UNUSED_VAR stops the
warning gcc generates for that.
pp_ctl.c