mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Fix warnings when -Wextra-semi is enabled
Also, add argument -Wextra-semi if supported by the compiler.
This commit is contained in:
committed by
Teemu Ollakka
parent
6caf006214
commit
b5bddfe4db
@ -77,6 +77,6 @@ namespace db
|
||||
std::vector<std::shared_ptr<db::client>> clients_;
|
||||
std::vector<boost::thread> client_threads_;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
#endif // WSREP_DB_SERVER_HPP
|
||||
|
@ -57,6 +57,6 @@ namespace db
|
||||
static void init(int mode);
|
||||
static std::string stats();
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
#endif // WSREP_DB_TLS_HPP
|
||||
|
Reference in New Issue
Block a user