mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:21:56 +08:00
tell static code analysis we know what we're doing
This commit is contained in:
parent
9b5625a66b
commit
df10ffab9c
@ -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…
x
Reference in New Issue
Block a user