fix build with GCC

This commit is contained in:
Andrew Kelley
2016-02-09 08:46:55 -07:00
parent e18170ee0b
commit 1d92700d08
4 changed files with 17 additions and 5 deletions

View File

@@ -606,6 +606,7 @@ static TypeTableEntry *resolve_type_with_table(Context *c, const Type *ty, const
emit_warning(c, decl, "missed a '%s' type", ty->getTypeClassName());
return c->codegen->builtin_types.entry_invalid;
}
zig_unreachable();
}
static TypeTableEntry *resolve_qual_type_with_table(Context *c, QualType qt, const Decl *decl,