summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-08-01 16:17:47 +0000
committerSteve Hay <SteveHay@planit.com>2006-08-01 16:17:47 +0000
commitb69b0499811c52eed331c158803ef26f768e2668 (patch)
tree55f82297022f18e072cdf2fbd5070bf76abb40a5 /cop.h
parentd4315dd6a064c0701c6a2be9857472687268433f (diff)
downloadperl-b69b0499811c52eed331c158803ef26f768e2668.tar.gz
Silence a couple of Borland compiler warnings
p4raw-id: //depot/perl@28643
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cop.h b/cop.h
index 83f1f04bd2..bfaea578e2 100644
--- a/cop.h
+++ b/cop.h
@@ -576,7 +576,7 @@ struct subst {
cx->sb_rx = rx, \
cx->cx_type = CXt_SUBST; \
rxres_save(&cx->sb_rxres, rx); \
- ReREFCNT_inc(rx)
+ (void)ReREFCNT_inc(rx)
#define POPSUBST(cx) cx = &cxstack[cxstack_ix--]; \
rxres_free(&cx->sb_rxres); \