summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-03-06 18:02:22 +0000
committerSteve Hay <SteveHay@planit.com>2008-03-06 18:02:22 +0000
commit6e9b0e18b74568df48892177bec423fc6a68b426 (patch)
treec6b247b268e4a6eedfa3b749c24dd08bb3581bfc /proto.h
parent31e9e0a31e04057108f257ef918a257afbb2e038 (diff)
downloadperl-6e9b0e18b74568df48892177bec423fc6a68b426.tar.gz
Silence warning introduced by #32703 when building with MYMALLOC
p4raw-id: //depot/perl@33450
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 474bec9564..c334b00ec6 100644
--- a/proto.h
+++ b/proto.h
@@ -3710,7 +3710,7 @@ PERL_CALLCONV int Perl_yywarn(pTHX_ const char *const s)
assert(s)
#if defined(MYMALLOC)
-PERL_CALLCONV void Perl_dump_mstats(pTHX_ char* s)
+PERL_CALLCONV void Perl_dump_mstats(pTHX_ const char* s)
__attribute__nonnull__(pTHX_1);
#define PERL_ARGS_ASSERT_DUMP_MSTATS \
assert(s)