This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing its
authorNicholas Clark <nick@ccl4.org>
Fri, 18 Jan 2008 14:27:36 +0000 (14:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 18 Jan 2008 14:27:36 +0000 (14:27 +0000)
commitec2019add1c7fdb16a67372a1ed14c16660c3cea
treed096bdaeb51d5d88c069fc6aec42b8789e8ff127
parent81c61bd5995819c1cff6a438f28f35ffeb9642eb
Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing its
prototype depending on the compile time options. In turn, this finds
things that are unused in its callers.

p4raw-id: //depot/perl@33000
embed.fnc
embed.h
perl.c
perl.h
proto.h