This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note new Data::Dumper release in Porting/Maintainers.pl
[perl5.git] / dquote_static.c
index 4ab05cf..f7c3e5c 100644 (file)
@@ -196,6 +196,7 @@ S_grok_bslash_x(pTHX_ const char *s,
 
     PERL_ARGS_ASSERT_GROK_BSLASH_X;
 
+    PERL_UNUSED_ARG(output_warning);
 
     assert(*s == 'x');
     s++;