activate more warnings and ease their mgmt

This commit is contained in:
Philippe Teuwen 2020-05-03 19:25:14 +02:00
commit 4d4984657e
5 changed files with 19 additions and 13 deletions

View file

@ -1,6 +1,6 @@
MYSRCPATHS =
MYINCLUDES = -I.
MYCFLAGS = -Wno-unused-function -Wno-cast-align
MYCFLAGS = -Wno-unused-function -Wno-cast-align -Wno-bad-function-cast
MYDEFS = -DHAVE_STDINT_H
MYSRCS = \
dump.c \