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:
@ -53,7 +53,7 @@ namespace wsrep
|
||||
}
|
||||
}
|
||||
|
||||
~default_condition_variable()
|
||||
~default_condition_variable() WSREP_OVERRIDE
|
||||
{
|
||||
if (pthread_cond_destroy(&cond_))
|
||||
{
|
||||
|
Reference in New Issue
Block a user