summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2016-12-02 22:07:26 -0500
committerDavid Mitchell <davem@iabyn.com>2016-12-05 12:37:06 +0000
commite9b8343fa465fe1f17441bfe1c1349ea013e9288 (patch)
tree9a86dd13acd31780cb26e4a36c97babdf581e6ae /hv.c
parent1eb7a0dec318d22fee300bd4348df9d7c80e2a2a (diff)
downloadperl-e9b8343fa465fe1f17441bfe1c1349ea013e9288.tar.gz
Clean up warnings uncovered by 'clang -Weverything'.
For: RT #130195
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hv.c b/hv.c
index c2646ca154..7239892099 100644
--- a/hv.c
+++ b/hv.c
@@ -2058,6 +2058,7 @@ Perl_hv_fill(pTHX_ HV *const hv)
STRLEN count = 0;
HE **ents = HvARRAY(hv);
+ PERL_UNUSED_CONTEXT;
PERL_ARGS_ASSERT_HV_FILL;
/* No keys implies no buckets used.