From 394397c54ed46f67ce6421eced824697af35b104 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 9 May 2020 12:56:40 +0200 Subject: [PATCH] silent tinycbor warnings --- client/deps/tinycbor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \