Re: No used variable warnings?

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

Brian Broker writes:
> What determines whether unused variables will 
> generate a warning upon closing a program? 

Without checking the source code, I recall that
it might not report unused global variables,since it never
really sees the end of scope for these variables.
Also, if you call abort() instead of falling off the end
of the main file, it won't know if variables are really unused or not.

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