mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 05:41:14 -03:00
Silence fallthrough-warning on gcc
This commit is contained in:
@@ -312,6 +312,7 @@ static void job_or_process_extent(const wchar_t *buff, size_t cursor_pos, const
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
case TOK_END:
|
||||
case TOK_BACKGROUND: {
|
||||
if (tok_begin >= pos) {
|
||||
|
||||
Reference in New Issue
Block a user