Files
lua/lstate.h
Roberto I 9130ceb19d Avoid casts to 'union GCUnion*'
The union may have alignment requirements stricter than some of its
members. Some checking tools (e.g., gcc with options -fsanitize) can
then complain that the result of a cast from pointer to member to
pointer to the union is misaligned.
2026-07-21 16:51:04 -03:00

16 KiB