fix execution reaches end of non-void

This commit is contained in:
Andrew Kelley 2015-12-02 12:36:09 -07:00
parent e94681b961
commit ffc2c9225f

View File

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