diff --git a/client/deps/tinycbor/Makefile b/client/deps/tinycbor/Makefile index 99039ac98..42879259b 100644 --- a/client/deps/tinycbor/Makefile +++ b/client/deps/tinycbor/Makefile @@ -1,7 +1,7 @@ MYSRCPATHS = MYINCLUDES = # Strange errors on Mingw when compiling with C99 -MYCFLAGS = +MYCFLAGS = -Wno-bad-function-cast -Wno-incompatible-pointer-types-discards-qualifiers MYDEFS = MYSRCS = \ cborencoder.c \