3351404c2c
If a class not using "override" for its other, not wx-related, virtual methods included wxDECLARE_EVENT_TABLE() with wxOVERRIDE inside it, it resulted in a clang -Winconsistent-missing-override warning per each virtual method without it which was very annoying. Avoid it by not using wxOVERRIDE in this macro and explicitly disabling the -Winconsistent-missing-override for the methods inside it in case the rest of the class does use "override". Notice that this also required rearranging the order of the declarations in this macro to ensure that a semicolon is still required after it. Closes https://github.com/wxWidgets/wxWidgets/pull/217 |
||
---|---|---|
.. | ||
msvc/wx | ||
wx |