[fpc-pascal] Finding Unsed Variable, Procedures, & Functions

Michael Van Canneyt michael at freepascal.org
Sat Sep 3 20:35:08 CEST 2016



On Sat, 3 Sep 2016, James Richters wrote:

> Is there any way to quickly identify unused variables, procedures &
> functions within a large project?   I'm using FPC 3.0.0 with textmode IDE

The compiler tells you this for local variables if you enable warnings
and/or hints.

Michael.



More information about the fpc-pascal mailing list