From: Jarkko Hietaniemi Date: Fri, 7 Jun 2002 13:22:38 +0000 (+0000) Subject: gcc -Wall nit noticed by NI-S. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5dbdf66079ecd9e6a93bc32d460d83bb66c6deb;p=p5sagit%2Fp5-mst-13.2.git gcc -Wall nit noticed by NI-S. p4raw-id: //depot/perl@17058 --- diff --git a/pp.c b/pp.c index 08cb9cf..ae29d79 100644 --- a/pp.c +++ b/pp.c @@ -3849,7 +3849,7 @@ PP(pp_hslice) while (++MARK <= SP) { SV *keysv = *MARK; SV **svp; - I32 preeminent; + bool preeminent = FALSE; if (localizing) { preeminent = SvRMAGICAL(hv) && !other_magic ? 1 :