diff --git a/src/server_state.cpp b/src/server_state.cpp index 8c72931..70956d7 100644 --- a/src/server_state.cpp +++ b/src/server_state.cpp @@ -681,7 +681,7 @@ void wsrep::server_state::on_connect(const wsrep::view& view) } void wsrep::server_state::on_primary_view( - const wsrep::view& view, + const wsrep::view& view WSREP_UNUSED, wsrep::high_priority_service* high_priority_service) { wsrep::unique_lock lock(mutex_);