It probably just needs a compiler option added since the compiler is obviously recognizing the feature. I really did find a lot of errors by enabling this, so was a good thing to use. There are other c++1 classes that are getting used, and this standard IS seven years old now, it's time to move forward!
Rick On Sun, Jan 13, 2019 at 11:38 AM Erich Steinböck <erich.steinbo...@gmail.com> wrote: > 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 >
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel