X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hv.c;h=eb2a1a5aa71e98b0c47a259ff90a433e4b44f811;hb=89e33a0587050e7ef2e88ba45c87444d8506f821;hp=0157886b9dc68af65bafb3b7dbdbe77f3cc47c7c;hpb=5d2b148555a8ecf68ab82784915f0877e3c9783a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hv.c b/hv.c index 0157886..eb2a1a5 100644 --- a/hv.c +++ b/hv.c @@ -134,7 +134,7 @@ Perl_hek_dup(pTHX_ HEK *source, CLONE_PARAMS* param) if (shared) { /* We already shared this hash key. */ - share_hek_hek(shared); + (void)share_hek_hek(shared); } else { shared @@ -176,7 +176,7 @@ Perl_he_dup(pTHX_ HE *e, bool shared, CLONE_PARAMS* param) if (shared) { /* We already shared this hash key. */ - share_hek_hek(shared); + (void)share_hek_hek(shared); } else { shared