summaryrefslogtreecommitdiff
path: root/dquote_static.c
diff options
context:
space:
mode:
authorJasmine Ngan <jasmine.ngan@outlook.com>2015-02-24 14:37:17 +0000
committerDavid Mitchell <davem@iabyn.com>2015-02-24 14:37:17 +0000
commitd3db15144cd5a765432a4454baa35bc2e847a1eb (patch)
treed234596260d771f90e4f7959f182a17a3c6f9bfa /dquote_static.c
parentb53eee5dcaba7597084a8dcdea596adfbc2b9544 (diff)
downloadperl-d3db15144cd5a765432a4454baa35bc2e847a1eb.tar.gz
fix some spurious PERL_UNUSED_ARG/VAR() usage
The 'output_warning' param is actually used, and 'items' is not a function argument but a local variable.
Diffstat (limited to 'dquote_static.c')
-rw-r--r--dquote_static.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dquote_static.c b/dquote_static.c
index f993f53dac..93c023b01e 100644
--- a/dquote_static.c
+++ b/dquote_static.c
@@ -218,8 +218,6 @@ S_grok_bslash_x(pTHX_ char **s, UV *uv, const char** error_msg,
PERL_ARGS_ASSERT_GROK_BSLASH_X;
- PERL_UNUSED_ARG(output_warning);
-
assert(**s == 'x');
(*s)++;