This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a compiler warning
[perl5.git] / pp_ctl.c
index 854c89d..63efd9a 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -5003,6 +5003,8 @@ PP(pp_continue)
     I32 gimme;
     SV **newsp;
     PMOP *newpm;
+
+    PERL_UNUSED_VAR(gimme);
     
     cxix = dopoptowhen(cxstack_ix); 
     if (cxix < 0)