[fpc-pascal] How to remove verbose compiler output
    Graeme Geldenhuys 
    mailinglists at geldenhuys.co.uk
       
    Fri Apr  4 05:03:10 CEST 2014
    
    
  
Hi,
I'm trying to reduce the compiler output for cron jobs.
I have tried to specify -v0  or even  -v- -v0   but still the compiler
outputs loads of 'Hint' and 'Warning' message about unused parameters,
unused units, deprecated methods etc.
I made sure no -v is specified in my ~.fpc.cfg as well, but still the
compiler seems to ignore my -v0 preference on the command line.
What else can I try?
I'm using FPC 2.6.2 under FreeBSD.
Regards,
  - Graeme -
-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
    
    
More information about the fpc-pascal
mailing list