From 680274b6f1f1e36e27c94b4e60895338d413c84a Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 19 Aug 2016 23:35:09 +0100 Subject: Implicit Context and #thread_local --- src/checker/stmt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/checker/stmt.cpp') diff --git a/src/checker/stmt.cpp b/src/checker/stmt.cpp index 54ef410c4..197ab1bb0 100644 --- a/src/checker/stmt.cpp +++ b/src/checker/stmt.cpp @@ -119,7 +119,9 @@ b32 check_is_assignable_to(Checker *c, Operand *operand, Type *type) { } } + return false; + } @@ -742,8 +744,6 @@ void check_stmt(Checker *c, AstNode *node, u32 flags) { } case_end; - -// Declarations case_ast_node(vd, VarDecl, node); isize entity_count = vd->name_count; isize entity_index = 0; -- cgit v1.2.3