Add -Wsuggest-destructor-override to enabled warnings

This commit is contained in:
Martin Hořeňovský
2022-05-02 10:45:02 +02:00
parent 722c197855
commit 7752229105
6 changed files with 6 additions and 5 deletions

View File

@@ -308,7 +308,7 @@ struct MyListener : Catch::EventListenerBase {
using EventListenerBase::EventListenerBase; // inherit constructor
// Get rid of Wweak-tables
~MyListener();
~MyListener() override;
// The whole test run starting
void testRunStarting( Catch::TestRunInfo const& testRunInfo ) override {