This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update of Module::CoreList
[perl5.git] / hv.c
diff --git a/hv.c b/hv.c
index c2646ca..7239892 100644 (file)
--- 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.