mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Fix -Winconsistent-missing-destructor-override warnings
This commit is contained in:
@ -43,7 +43,7 @@ namespace wsrep
|
||||
, nbo_cs_()
|
||||
{ }
|
||||
|
||||
~mock_high_priority_service()
|
||||
~mock_high_priority_service() WSREP_OVERRIDE
|
||||
{ }
|
||||
int start_transaction(const wsrep::ws_handle&, const wsrep::ws_meta&)
|
||||
WSREP_OVERRIDE;
|
||||
|
Reference in New Issue
Block a user