mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
src/fish_indent.cpp: Fix return-value warning
This commit is contained in:
parent
e0e0fe9dd3
commit
a8030c020b
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,8 @@ static const char *highlight_role_to_string(highlight_role_t role) {
|
|||
TEST_ROLE(pager_selected_prefix)
|
||||
TEST_ROLE(pager_selected_completion)
|
||||
TEST_ROLE(pager_selected_description)
|
||||
default:
|
||||
DIE("UNKNOWN ROLE");
|
||||
}
|
||||
#undef TEST_ROLE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue