diff --git a/nano/node/active_elections.cpp b/nano/node/active_elections.cpp index d4e5fbebd0..2385fdbcbe 100644 --- a/nano/node/active_elections.cpp +++ b/nano/node/active_elections.cpp @@ -566,6 +566,8 @@ nano::stat::type nano::active_elections::completion_type (nano::election const & return nano::stat::type::active_cancelled; break; } + debug_assert (false); + return {}; } /*