This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RMG - Clarify that updating %released/CAVEATS isn't for RCs
[perl5.git] / pp_ctl.c
index 8957a8c..71542db 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -1395,6 +1395,9 @@ S_dopoptosub_at(pTHX_ const PERL_CONTEXT *cxstk, I32 startingblock)
     I32 i;
 
     PERL_ARGS_ASSERT_DOPOPTOSUB_AT;
+#ifndef DEBUGGING
+    PERL_UNUSED_CONTEXT;
+#endif
 
     for (i = startingblock; i >= 0; i--) {
        const PERL_CONTEXT * const cx = &cxstk[i];