diff --git a/src/compiler/types.c b/src/compiler/types.c index e0b040ae8..ae8904e72 100644 --- a/src/compiler/types.c +++ b/src/compiler/types.c @@ -504,6 +504,7 @@ bool type_is_comparable(Type *type) case TYPE_VECTOR: return true; } + UNREACHABLE } void type_mangle_introspect_name_to_buffer(Type *type)