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:
@ -42,7 +42,7 @@ namespace wsrep
|
||||
, mutex_()
|
||||
, cond_()
|
||||
{ }
|
||||
~mock_client_state()
|
||||
~mock_client_state() WSREP_OVERRIDE
|
||||
{
|
||||
if (transaction().active())
|
||||
{
|
||||
|
Reference in New Issue
Block a user