This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence several -Wunused-parameter warnings about my_perl
authorBrian Fraser <fraserbn@gmail.com>
Sat, 31 May 2014 14:54:22 +0000 (16:54 +0200)
committerBrian Fraser <fraserbn@gmail.com>
Thu, 12 Jun 2014 22:00:33 +0000 (00:00 +0200)
commitdc3bf405700292479bd7ac9b4b914cabd6567c33
tree17a4589bbc50f498dcc2609f9e6ea3718990391b
parentacfd4d8e7fdfa20116069fff8faae1108f58a00e
Silence several -Wunused-parameter warnings about my_perl

This meant sprinkling some PERL_UNUSED_CONTEXT invocations,
as well as stopping some functions from getting my_perl in
the first place; all of the functions in the latter category
are internal (S_ prefix and s or i in embed.fnc), so
this should be both safe and economical.
15 files changed:
dquote_static.c
embed.fnc
embed.h
hv.c
inline_invlist.c
mg.c
mro.c
op.c
perly.c
pp.c
proto.h
regcomp.c
regexec.c
sv.c
util.c