silent tinycbor warnings

This commit is contained in:
Philippe Teuwen 2020-05-09 12:56:40 +02:00
commit 394397c54e

View file

@ -1,7 +1,7 @@
MYSRCPATHS = MYSRCPATHS =
MYINCLUDES = MYINCLUDES =
# Strange errors on Mingw when compiling with C99 # Strange errors on Mingw when compiling with C99
MYCFLAGS = MYCFLAGS = -Wno-bad-function-cast -Wno-incompatible-pointer-types-discards-qualifiers
MYDEFS = MYDEFS =
MYSRCS = \ MYSRCS = \
cborencoder.c \ cborencoder.c \