I only now notice that on our Ubuntu, CentOS and SLES/390 build slaves
we're seeing 50000 build warnings of the kind

/home/netrexx/workspace/ooRexx-CentOS7-build/rexxapi/client/LocalRegistrationManager.hpp:69:63:
warning: override controls (override/final) only available with -std=c++11
or -std=gnu++11 [enabled by default]
     RexxReturnCode processServiceException(ServiceException *e) override;

Guessing from the warning, "override" may be the first c++11 feature we're
requiring.
I can't say much on how well the c++11 standard is already established on
the various Unix systems and Linux distributions.


On Sun, Dec 30, 2018 at 10:31 PM Open Object Rexx SVN repository <
nore...@code-0.oorexx.p.re.sourceforge.net> wrote:

>
> Cleanup use of virtual overrides by using the override keyword.
>
> By bigrixx on 12/30/2018 21:30
> [**View Changes**](https://sourceforge.net/p/oorexx/code-0/11653/)
>
>
>
>
>
> ---
>
> Sent from sourceforge.net because you indicated interest in <
> https://sourceforge.net/p/oorexx/code-0/>
>
>
>
> To unsubscribe from further messages, please visit <
> https://sourceforge.net/auth/subscriptions/>
>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to