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.
MYCFLAGS = -Wno-unused-function
MYCFLAGS = -Wno-unused-function -Wno-cast-align
MYDEFS = -DHAVE_STDINT_H
MYSRCS = \
dump.c \