mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 08:27:26 +00:00
tell static code analysis we know what we're doing
This commit is contained in:
parent
9b5625a66b
commit
df10ffab9c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue