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

@@ -613,10 +613,6 @@ bool pager_t::select_next_completion_in_direction(selection_direction_t directio
// These do nothing.
return false;
}
default: {
DIE("unhandled selection_direction_t constant");
break;
}
}
}