From: Dave Mitchell Date: Fri, 1 Jul 2005 11:49:22 +0000 (+0000) Subject: silence a warning in Perl_sv_compile_2op X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b094c71d0e5fe8bc361ad2e51a050cd90827d764;p=p5sagit%2Fp5-mst-13.2.git silence a warning in Perl_sv_compile_2op p4raw-id: //depot/perl@25035 --- diff --git a/pp_ctl.c b/pp_ctl.c index fbd533e..13a943c 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -2768,7 +2768,7 @@ Perl_sv_compile_2op(pTHX_ SV *sv, OP** startop, const char *code, PAD** padp) dVAR; dSP; /* Make POPBLOCK work. */ PERL_CONTEXT *cx; SV **newsp; - I32 gimme; + I32 gimme = G_VOID; I32 optype; OP dummy; OP *rop;