tell static code analysis we know what we're doing

This commit is contained in:
Kurtis Rader 2016-08-16 21:56:18 -07:00
parent 9b5625a66b
commit df10ffab9c

View file

@ -3020,8 +3020,8 @@ static int builtin_history(parser_t &parser, io_streams_t &streams, wchar_t **ar
history->save();
break;
}
default: {
DIE("Unhandled history command");
case HIST_NOOP: {
DIE("Unexpected HIST_NOOP seen");
break;
}
}