src/fish_indent.cpp: Fix return-value warning

This commit is contained in:
Fabian Homborg 2019-04-12 15:38:38 +02:00
parent e0e0fe9dd3
commit a8030c020b

View file

@ -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
}