<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Jonas Maebe via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am So., 18. Apr. 2021, 21:19:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 18/04/2021 18:08, Jonas Maebe via fpc-pascal wrote:<br>
> In this case, you<br>
> can easily make it an error yourself with {$warn 4046 error}.<br>
<br>
Correction: that's make it an error to construct a classes that contain<br>
abstract methods. For abstract classes, it's {$warn 4122 error}<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Or as I had written already: {$WARN CONSTRUCTING_ABSTRACT ERROR}. This will switch both warnings to error. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>