diff options
author | Jesse Luehrs <doy@tozt.net> | 2012-06-27 13:40:49 -0500 |
---|---|---|
committer | Jesse Luehrs <doy@tozt.net> | 2012-06-27 13:40:49 -0500 |
commit | 4f8dbb2da2038925c8238010259dcd81d79d7368 (patch) | |
tree | 883c6ed307da401097928c032474c3fbcfa48f42 /dquote_static.c | |
parent | f7f0fdee1d58ef2156184ae0b7356ecd6c0c37a0 (diff) | |
download | perl-4f8dbb2da2038925c8238010259dcd81d79d7368.tar.gz |
clean up compilation warnings
Diffstat (limited to 'dquote_static.c')
-rw-r--r-- | dquote_static.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dquote_static.c b/dquote_static.c index 4ab05cf573..f7c3e5cc70 100644 --- a/dquote_static.c +++ b/dquote_static.c @@ -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++; |