lint: problems with default in switch statements

This commit is contained in:
Kurtis Rader
2016-11-02 18:29:14 -07:00
parent 72e687296b
commit f05fe4e292
11 changed files with 44 additions and 39 deletions

View File

@@ -283,10 +283,6 @@ static void universal_callback(fish_message_type_t type, const wchar_t *name) {
str = L"ERASE";
break;
}
default: {
DIE("unhandled fish_message_type_t constant");
break;
}
}
if (str) {