Another try for silencing MSVS warning C4334

See also commit 8fac494.
This commit is contained in:
Roberto I
2026-09-15 10:03:36 -03:00
parent 4c32b2dfd2
commit ceb32fb5bc

View File

@@ -827,7 +827,7 @@ typedef struct Table {
#define twoto(x) (1u<<(x))
#define sizenode(t) (twoto((t)->lsizenode))
#define sizenode(t) cast_uint(twoto((t)->lsizenode))
/* size of buffer for 'luaO_utf8esc' function */