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

2016-09-03 Thread James Richters
Canneyt Sent: Saturday, September 03, 2016 2:35 PM To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Finding Unsed Variable, Procedures, & Functions On Sat, 3 Sep 2016, James Richters wrote: > Is there any way to quickly identify unused variables, procedures & > functions

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

2016-09-03 Thread Michael Van Canneyt
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. _

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

2016-09-03 Thread James Richters
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 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo