diff options
Diffstat (limited to 'src/check_stmt.cpp')
| -rw-r--r-- | src/check_stmt.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp index 63cb4da8b..8c5293d81 100644 --- a/src/check_stmt.cpp +++ b/src/check_stmt.cpp @@ -293,6 +293,9 @@ Type *check_assignment_variable(CheckerContext *ctx, Operand *lhs, Operand *rhs) break; } + case Addressing_SoaVariable: + break; + default: { if (lhs->expr->kind == Ast_SelectorExpr) { // NOTE(bill): Extra error checks |