From: Steve Hay Date: Tue, 18 Mar 2008 08:41:13 +0000 (+0000) Subject: Silence some warnings introduced by #33507 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3be3cdd69f8d4575e4bd169527cadc39aedcb7b1;p=p5sagit%2Fp5-mst-13.2.git Silence some warnings introduced by #33507 p4raw-id: //depot/perl@33541 --- diff --git a/sv.c b/sv.c index 9f456c1..4d7f32d 100644 --- a/sv.c +++ b/sv.c @@ -10118,7 +10118,7 @@ Perl_parser_dup(pTHX_ const yy_parser *const proto, CLONE_PARAMS *const param) /* duplicate a file handle */ PerlIO * -Perl_fp_dup(pTHX_ PerlIO *fp, char type, CLONE_PARAMS *param) +Perl_fp_dup(pTHX_ PerlIO *const fp, const char type, CLONE_PARAMS *const param) { PerlIO *ret;