Files
magic/utils
Mohamed Gaber 2f23be9dc3 hack: make flexible union members work on gcc≤14
In GCC <= 14, flexible arrays are not supported in unions because of a parserlimitation.

This is a hack that declares an anonymous struct, which itself can contain a flexible array but still be a member of a union. Another empty element is included because structs that only contain a flexible array are also invalid.
2026-07-01 12:37:44 -04:00
..
2025-01-06 16:14:34 +00:00
2025-01-06 16:14:34 +00:00
2024-12-26 15:20:58 -05:00
2026-03-26 09:21:18 -04:00
2025-01-06 16:14:34 +00:00
2025-01-06 16:14:34 +00:00
2025-01-06 16:14:34 +00:00