mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 23:01:24 -07:00
Win32 Window Test
This commit is contained in:
@@ -351,7 +351,7 @@ void check_const_decl(Checker *c, Entity *e, AstNode *type_expr, AstNode *init_e
|
||||
e->type = t;
|
||||
}
|
||||
|
||||
Operand operand = {Addressing_Invalid};
|
||||
Operand operand = {};
|
||||
if (init_expr)
|
||||
check_expr(c, &operand, init_expr);
|
||||
check_init_constant(c, e, &operand);
|
||||
|
||||
Reference in New Issue
Block a user