[fpc-pascal] Classes with abstract methods

Jonas Maebe jonas.maebe at elis.ugent.be
Mon Jan 14 16:12:13 CET 2008


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



More information about the fpc-pascal mailing list