mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-06 20:56:43 +03:00
Updated wsrep-API, added -Wconversion to compiler flags, fixed errors.
This commit is contained in:
@ -318,8 +318,6 @@ BOOST_AUTO_TEST_CASE(server_state_state_strings)
|
||||
wsrep::server_state::s_synced) == "synced");
|
||||
BOOST_REQUIRE(wsrep::to_string(
|
||||
wsrep::server_state::s_disconnecting) == "disconnecting");
|
||||
BOOST_REQUIRE(wsrep::to_string(
|
||||
static_cast<enum wsrep::server_state::state>(0xff)) == "unknown");
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user