On Fri, Jul 01, 2005 at 02:00:52PM +0100, Steve Hay wrote: > >This is caused by the following hunk of change 24997: > > > >@@ -2767,7 +2768,7 @@ > > dVAR; dSP; /* Make POPBLOCK work. */ > > PERL_CONTEXT *cx; > > SV **newsp; > >- I32 gimme = 0; /* SUSPECT - INITIALZE TO WHAT? NI-S */ > >+ I32 gimme; > > I32 optype; > > OP dummy; > > OP *rop; > > > >Should I put that initialization back to silence the warning, or is > >there a better fix? > > > Looks like Dave just did it in change 25035 :-)
Ah, I should have been paying attention. That function is only used to compile /(?{...})/ code, and is generally broken anyway. I hope to blow it out of the water one day. -- Nothing ventured, nothing lost.