diff --git a/tix/tix-execpatch.cpp b/tix/tix-execpatch.cpp index e3ceb896..dcffef3c 100644 --- a/tix/tix-execpatch.cpp +++ b/tix/tix-execpatch.cpp @@ -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 )