("Code has no effect")
p4raw-id: //depot/perl@24939
if (shared) {
/* We already shared this hash key. */
- share_hek_hek(shared);
+ (void)share_hek_hek(shared);
}
else {
shared
if (shared) {
/* We already shared this hash key. */
- share_hek_hek(shared);
+ (void)share_hek_hek(shared);
}
else {
shared
mg->mg_len = i;
}
if (old != rx)
- ReREFCNT_inc(rx);
+ (void)ReREFCNT_inc(rx);
cx->sb_rxtainted |= RX_MATCH_TAINTED(rx);
rxres_save(&cx->sb_rxres, rx);
RETURNOP(pm->op_pmreplstart);
if (!c) {
register PERL_CONTEXT *cx;
SPAGAIN;
- ReREFCNT_inc(rx);
+ (void)ReREFCNT_inc(rx);
PUSHSUBST(cx);
RETURNOP(cPMOP->op_pmreplroot);
}