mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-10-16 13:27:35 +03:00
Fixed compilation errors picked up by travis clang builds
This commit is contained in:
@@ -60,7 +60,7 @@ namespace db
|
||||
enum wsrep::provider::status replay()
|
||||
override;
|
||||
|
||||
void emergency_shutdown() { ::abort(); }
|
||||
void emergency_shutdown() override { ::abort(); }
|
||||
void debug_sync(const char*) override { }
|
||||
void debug_crash(const char*) override { }
|
||||
private:
|
||||
|
Reference in New Issue
Block a user