mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Fix a "no return value" warning
This commit is contained in:
parent
130f2266d0
commit
9715db9434
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ void event_print(io_streams_t &streams, maybe_t<event_type_t> type_filter) {
|
||||||
case event_type_t::generic:
|
case event_type_t::generic:
|
||||||
return d1.str_param1 < d2.str_param1;
|
return d1.str_param1 < d2.str_param1;
|
||||||
}
|
}
|
||||||
|
DIE("Unreachable");
|
||||||
});
|
});
|
||||||
|
|
||||||
maybe_t<event_type_t> last_type{};
|
maybe_t<event_type_t> last_type{};
|
||||||
|
|
Loading…
Reference in a new issue