From 9410e98db2629cb1014040562236ba42a308f939 Mon Sep 17 00:00:00 2001 From: Robin Barker Date: Sun, 15 May 2011 19:02:29 +0100 Subject: unused variables in pp_ctl.c --- pp_ctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pp_ctl.c') diff --git a/pp_ctl.c b/pp_ctl.c index fe36489fe7..f86f55cd72 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -2692,8 +2692,8 @@ PP(pp_goto) SAVEFREESV(cv); /* later, undo the 'avoid premature free' hack */ if (CvISXSUB(cv)) { OP* const retop = cx->blk_sub.retop; - SV **newsp; - I32 gimme; + SV **newsp __attribute__unused__; + I32 gimme __attribute__unused__; if (reified) { I32 index; for (index=0; index