On Tue, Feb 26 2019, Matheus Tavares wrote: > + int iter_status; > + struct stat st; > + unsigned flags; If you compile with DEVELOPER=1 you'll get compile-time errors when variables aren't used. Like "st" here.
On Tue, Feb 26 2019, Matheus Tavares wrote: > + int iter_status; > + struct stat st; > + unsigned flags; If you compile with DEVELOPER=1 you'll get compile-time errors when variables aren't used. Like "st" here.