This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use PERL_UNUSED_VAR rather than PERL_UNUSED_DECL
authorDavid Mitchell <davem@iabyn.com>
Mon, 17 Dec 2012 14:53:11 +0000 (14:53 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 17 Dec 2012 14:53:11 +0000 (14:53 +0000)
commitcb65b68777357c80fe35f4b74d7ac36c7b471b66
tree840469897e12676bc4a63decac9b832767bb0721
parent4800031444245dc3dac9967b46b4860ff3863d32
use PERL_UNUSED_VAR rather than PERL_UNUSED_DECL

PERL_UNUSED_DECL doesn't do anything under g++, so doing this silences
some g++ warnings.
pp_ctl.c
regcomp.h
regexec.c