diff --git a/src/server_state.cpp b/src/server_state.cpp index 1def89f..2c8264f 100644 --- a/src/server_state.cpp +++ b/src/server_state.cpp @@ -638,6 +638,7 @@ void wsrep::server_state::go_final(wsrep::unique_lock& lock, const wsrep::view& view, wsrep::high_priority_service* hps) { + (void)view; // avoid compiler warning "unused parameter 'view'" assert(view.final()); assert(hps); if (hps)