On 14 Jan 2008, at 15:45, Peter Vreman wrote:

There is already a feature request for the ability to turn off/on
certain warnings in Mantis. Upgrading certain warnings (and hints/
notes) to errors is quite related. It should be quite doable for an
outsider to implement this sort functionality, but until now no one
has volunteered yet.

Upgrade a warning to error can already be done by editing (replace a W with an E) the errore.msg
yourself and pass the modified errore.msg to the compiler with -Fr.

You can similarly downgrade a warning to a note or hint by changing the W with a N or H, but the problem is that you have to redo this for each release.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to