Silence fallthrough-warning on gcc

This commit is contained in:
Fabian Homborg
2017-07-04 23:49:15 +02:00
parent bb90a4e4a9
commit c8252e7e0b

View File

@@ -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) {