From 6300418df733fa6a39202abfea4908f73899f1ad Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 23 Jun 2005 11:02:42 +0000 Subject: Silence bcc32 compiler warnings following change 24945 ("Possible use of '%s' before definition") p4raw-id: //depot/perl@24953 --- pp_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp_ctl.c') diff --git a/pp_ctl.c b/pp_ctl.c index e27d637a76..b6c72e84cd 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -2048,7 +2048,7 @@ PP(pp_last) register PERL_CONTEXT *cx; I32 pop2 = 0; I32 gimme; - I32 optype; + I32 optype = 0; OP *nextop; SV **newsp; PMOP *newpm; -- cgit v1.2.1