Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed May 21, 2024
1 parent ce18686 commit 14a8c5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nano/node/active_elections.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
}

/*
Expand Down

0 comments on commit 14a8c5b

Please sign in to comment.