Regarding unreferenced variables


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Stephen Auerbach (67.86.36.170) on November 08, 2003 at 10:24:16:

I really like the new feature in the compiler that identifies unreferenced variables. I use it to clean up old code and helps me understand what an old program is really doing.

I would be nice if: The compiler also recognized unreferenced formats, and it would not report unreferenced variable when they are defined in INCLUDE files.


Follow Ups: