statecharts icon indicating copy to clipboard operation
statecharts copied to clipboard

[-WSuggest-override] Add override directive if C++11 is used

Open rherrmannr opened this issue 7 years ago • 1 comments

For example: Use virtual void init() override;

instead of virtual void init();

rherrmannr avatar Oct 26 '17 11:10 rherrmannr

We are not yet using or supporting C++11 in any way, so I am really not sure if this would be such a great idea... We should rather find a way to tell all compilers to keep their style warnings to themselves in our code.

BeckmaR avatar Oct 27 '17 04:10 BeckmaR