mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Silence uninitialized variable warning in tix-execpatch(1).
This commit is contained in:
parent
061eddff91
commit
926ce2c6c8
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ bool execpatch(FILE* input, const char* input_path, bool check)
|
|||
default:
|
||||
error(1, errno, "%s:%zu:%zu: parse error, expected '-' or '+'",
|
||||
input_path, line, column);
|
||||
__builtin_unreachable();
|
||||
}
|
||||
parse_fixed("x -- '", input, input_path, &line, &column);
|
||||
while ( true )
|
||||
|
|
Loading…
Add table
Reference in a new issue