From: Rafael Garcia-Suarez Date: Wed, 4 Jan 2006 13:02:18 +0000 (+0000) Subject: Fix some compilation warnings X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6b599c70633c3b011aba1a198149d25707cbc98;p=p5sagit%2Fp5-mst-13.2.git Fix some compilation warnings p4raw-id: //depot/perl@26643 --- diff --git a/pp_hot.c b/pp_hot.c index 7b12cec..dd4bdad 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -201,8 +201,8 @@ PP(pp_concat) dPOPTOPssrl; bool lbyte; STRLEN rlen; - const char *rpv; - bool rbyte; + const char *rpv = 0; + bool rbyte = FALSE; bool rcopied = FALSE; if (TARG == right && right != left) {