summaryrefslogtreecommitdiff
path: root/hv.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 /hv.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 'hv.c')
-rw-r--r--hv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hv.c b/hv.c
index 0157886b9d..eb2a1a5aa7 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