From 1d92700d089eb2e225d1db6de780e4288fa68452 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 9 Feb 2016 08:46:55 -0700 Subject: fix build with GCC --- src/parseh.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parseh.cpp') diff --git a/src/parseh.cpp b/src/parseh.cpp index 03cb6fb133..ebe2c2f248 100644 --- a/src/parseh.cpp +++ b/src/parseh.cpp @@ -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, -- cgit v1.2.3