projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7191f38
)
Change 32997 missed one conditionally unused argument.
Nicholas Clark [Fri, 18 Jan 2008 11:01:15 +0000 (11:01 +0000)]
p4raw-id: //depot/perl@32998
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
89dc73a
..
ccdfa9f
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-3774,6
+3774,8
@@
S_validate_suid(pTHX_ const char *validarg, const char *scriptname,
#ifdef DOSUID
# ifdef IAMSUID
PERL_UNUSED_ARG(scriptname);
+# else
+ PERL_UNUSED_ARG(suidscript);
# endif
#else
PERL_UNUSED_ARG(validarg);