Hi.

Is there any posibility to hide compiler hint:
Hint: Parameter "xxx" not used

Other hints I want to see, but this is by my opinion useless and only
makes dirty compiler output. I cannot effectively suppres it in my code.
For examle:
procedure TObj.OnEvent(Sender: TObject);

Sometimes I need Sender, sometimes not.

Now I use this hack: make | grep -v 'Hint: Parameter ".*" not used'
but some plain solution is welcome.

Petr

-- 
Ing. Petr Kristan
.
EPOS PRO s.r.o., Bozeny Nemcove 2625, 530 02 Pardubice
tel: +420 466335223    Czech Republic (Eastern Europe) 
fax: +420 466510709
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to