VS: Fix compilation using VS 2022.

This commit is contained in:
Jeroen van Rijn
2021-09-16 13:24:20 +02:00
parent 6d7df6f335
commit 0d12432d3f
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -826,7 +826,7 @@ void check_bit_set_type(CheckerContext *c, Type *type, Type *named_type, Ast *no
GB_ASSERT(type->kind == Type_BitSet);
type->BitSet.node = node;
i64 const DEFAULT_BITS = cast(i64)(8*build_context.word_size);
/* i64 const DEFAULT_BITS = cast(i64)(8*build_context.word_size); */
i64 const MAX_BITS = 128;
Ast *base = unparen_expr(bs->elem);