fix gcc build errors

This commit is contained in:
Josh Wolfe
2016-04-23 00:26:29 -07:00
parent 66163692ad
commit 4a7911e3eb
2 changed files with 3 additions and 4 deletions

View File

@@ -1124,6 +1124,7 @@ static bool eval_expr(EvalFn *ef, AstNode *node, ConstExprValue *out) {
case NodeTypeTypeDecl:
zig_unreachable();
}
zig_unreachable();
}
static bool eval_fn_args(EvalFnRoot *efr, FnTableEntry *fn, ConstExprValue *args, ConstExprValue *out_val) {