Author :
Pierre Le Marre
Date :
2025-01-21 19:55:47
Hash :9ef45dc5 Message :Fix incompatible pointer types with enums
The enum casts can possibly lead to unaligned access.
The warnings trigger in the Windows CI but not on Linux. One may use
`-fshort-enums` with gcc in order to trigger the errors.