diff options
author | Andy Lester <andy@petdance.com> | 2016-12-02 22:07:26 -0500 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-12-05 12:37:06 +0000 |
commit | e9b8343fa465fe1f17441bfe1c1349ea013e9288 (patch) | |
tree | 9a86dd13acd31780cb26e4a36c97babdf581e6ae /hv.c | |
parent | 1eb7a0dec318d22fee300bd4348df9d7c80e2a2a (diff) | |
download | perl-e9b8343fa465fe1f17441bfe1c1349ea013e9288.tar.gz |
Clean up warnings uncovered by 'clang -Weverything'.
For: RT #130195
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |