Re: [fpc-pascal] Warning message for constructing an abstract class

2014-07-02 Thread Sven Barth
On 01.07.2014 22:50, Sven Barth wrote: Hello together! In revision 28127 I've commited the addition of a warning message when constructing an abstract class (declared as "class abstract(...) ... end"). Previously the compiler did not acknowledge that flag in any way (except for the JVM target) a

[fpc-pascal] Warning message for constructing an abstract class

2014-07-01 Thread Sven Barth
Hello together! In revision 28127 I've commited the addition of a warning message when constructing an abstract class (declared as "class abstract(...) ... end"). Previously the compiler did not acknowledge that flag in any way (except for the JVM target) and so I thought it was time to add an