summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2010-09-18 17:02:07 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2010-09-18 17:02:07 +0100
commitce42d03d549aedff33424c67625ee77a38a290a4 (patch)
treecd6cff3d40b627e7cd4545b342bb1955806b97cb /hv.c
parent11316e54383879db619ecf78f4356410e4cbe4a7 (diff)
downloadperl-ce42d03d549aedff33424c67625ee77a38a290a4.tar.gz
Silence compiler warnings
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index ade7e8cd12..590524c47d 100644
--- a/hv.c
+++ b/hv.c
@@ -2989,7 +2989,7 @@ Perl_refcounted_he_free(pTHX_ struct refcounted_he *he) {
/* pp_entereval is aware that labels are stored with a key ':' at the top of
the linked list. */
const char *
-Perl_fetch_cop_label(pTHX_ COP *cop, STRLEN *len, U32 *flags) {
+Perl_fetch_cop_label(pTHX_ COP *const cop, STRLEN *len, U32 *flags) {
struct refcounted_he *const chain = cop->cop_hints_hash;
PERL_ARGS_ASSERT_FETCH_COP_LABEL;