From 60a683daa8afe6b627d3d0a228151e32f9c63bab Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sat, 29 Jun 2019 15:13:07 +0200 Subject: [PATCH] Hide warning about implicit declaration of function --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 9e2a15865..ca335e7c2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -179,6 +179,7 @@ endif ## because ZLIB ifeq ($(USE_SYSTEM_ZLIB),0) CFLAGS_ZLIB += -Wno-implicit-fallthrough +CFLAGS_ZLIB += -Wno-implicit-function-declaration endif ifeq ($(DEBUG),0)