mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Fix -Winconsistent-missing-destructor-override warnings
This commit is contained in:
@ -58,7 +58,7 @@ namespace wsrep
|
||||
throw wsrep::runtime_error("mutex init failed");
|
||||
}
|
||||
}
|
||||
~default_mutex()
|
||||
~default_mutex() WSREP_OVERRIDE
|
||||
{
|
||||
if (pthread_mutex_destroy(&mutex_)) ::abort();
|
||||
}
|
||||
|
Reference in New Issue
Block a user