aboutsummaryrefslogtreecommitdiff
path: root/src/parseh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parseh.cpp')
-rw-r--r--src/parseh.cpp1
1 files changed, 1 insertions, 0 deletions
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,