mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
fix execution reaches end of non-void
This commit is contained in:
parent
e94681b961
commit
ffc2c9225f
@ -104,6 +104,7 @@ static TypeTableEntry *resolve_type(CodeGen *g, AstNode *node) {
|
||||
return type_node->entry;
|
||||
}
|
||||
}
|
||||
zig_unreachable();
|
||||
}
|
||||
|
||||
static void resolve_function_proto(CodeGen *g, AstNode *node, FnTableEntry *fn_table_entry) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user