mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 21:24:59 -07:00
Fix #714
This commit is contained in:
+1
-1
@@ -1137,7 +1137,7 @@ void check_bit_set_type(CheckerContext *c, Type *type, Type *named_type, Ast *no
|
||||
} else {
|
||||
Type *elem = check_type_expr(c, bs->elem, nullptr);
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
if (named_type != nullptr && named_type->kind == Type_Named &&
|
||||
elem->kind == Type_Enum) {
|
||||
// NOTE(bill): Anonymous enumeration
|
||||
|
||||
Reference in New Issue
Block a user