Jonas Maebe via fpc-pascal <fpc-pascal@lists.freepascal.org> schrieb am
So., 18. Apr. 2021, 21:19:

> On 18/04/2021 18:08, Jonas Maebe via fpc-pascal wrote:
> > In this case, you
> > can easily make it an error yourself with {$warn 4046 error}.
>
> Correction: that's make it an error to construct a classes that contain
> abstract methods. For abstract classes, it's {$warn 4122 error}
>

Or as I had written already: {$WARN CONSTRUCTING_ABSTRACT ERROR}. This will
switch both warnings to error.

Regards,
Sven

>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to