6 Jun
2008
6 Jun
'08
8:08 p.m.
On Fri, Jun 06, 2008 at 04:29:02PM +0000, corvid wrote:
compiler errors: I think it's that Jeremy is using gcc3 and not seeing those errors.
Yes, it looks very much like something we have seen before where gcc4 wants the scope of variables initialised in switch statements to be restricted to one branch of the switch. In reset() that's already been done to the case DILLO_HTML_INPUT_FILE: branch lower down. I'll fix up the other branches and send a mega-patch privately. Regards, Jeremy Henty