Re: Warning error

new topic     » goto parent     » topic index » view thread      » older message » newer message

don cole wrote:
> Hello everybody,
> 
> I think I found something like an error.
> 
> }}}
<eucode>
> 
> sequence pastaTops  pastaTops={}
> 
> </eucode>
{{{

> 
> That's  it I don't use or referrer to pastaTops again in any of my code.
> 
> But I do not get, "Warning the sequence pastaTops is not used".

I think Euphoria used to catch that, but over the years
people complained about spurious warnings, e.g. they
might have:

   ignore = graphics_mode(18) -- if it fails, so what? 

or 

   ignore = getc(0)  -- wait for key press

to discard the result returned by a function, but then they'd
be warned about "ignore" not being used. 
Perhaps we can re-instate this warning in some cases.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu