summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-06-22 13:25:16 +0000
committerSteve Hay <SteveHay@planit.com>2005-06-22 13:25:16 +0000
commit454f1e2628e3c3cf05341675e973e8df77c9b0ae (patch)
treea9287948a4d0d35e9ef2e5291db122dc37c6b064 /pp_ctl.c
parent3b9e3074fddbae8590b8fbc95a2eac9fa7fc29f0 (diff)
downloadperl-454f1e2628e3c3cf05341675e973e8df77c9b0ae.tar.gz
Silence yet more bcc32 compiler warnings
("Code has no effect") p4raw-id: //depot/perl@24939
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 6fd1add267..94a3f31ab6 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -295,7 +295,7 @@ PP(pp_substcont)
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);