fix warning about cast realignment, WIP

This commit is contained in:
Philippe Teuwen 2020-05-03 15:15:02 +02:00
commit c94eae0046
8 changed files with 30 additions and 24 deletions

View file

@ -1,6 +1,6 @@
MYSRCPATHS =
MYINCLUDES = -I. -I..
MYCFLAGS =
MYCFLAGS = -Wno-cast-align
MYDEFS =
MYSRCS = \
aes.c \