X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=scope.c;h=48063160680c7a58cb4f10e4d032fc58d47f5b2d;hb=863811b26c8593d84b9f78cd2addb031ca7b315e;hp=6b710c6492150730c786bdb74beaeabaa2af145f;hpb=2045417739948899da680ffe90041212d692af31;p=p5sagit%2Fp5-mst-13.2.git diff --git a/scope.c b/scope.c index 6b710c6..4806316 100644 --- a/scope.c +++ b/scope.c @@ -1091,6 +1091,8 @@ Perl_cx_dump(pTHX_ PERL_CONTEXT *cx) PTR2UV(cx->sb_rxres)); break; } +#else + PERL_UNUSED_ARG(cx); #endif /* DEBUGGING */ }