public,sprites: fix -Wcast-align, disable -Werror for it

This commit is contained in:
mittorn
2020-11-18 12:15:54 +03:00
parent e6b9b67825
commit 341e440c07
5 changed files with 13 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ typedef struct
{
uint buf[4];
uint bits[2];
byte in[64];
uint in[16];
} MD5Context_t;