collectd: Ignore compiler errors

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-07 14:40:57 +00:00
parent 7c41a2e4a1
commit ab1b09f61f

View File

@@ -36,7 +36,11 @@ PROG = collectd
DEPS =
CFLAGS += -fcommon -Wno-error=deprecated-declarations
CFLAGS += \
-fcommon \
-Wno-error=deprecated-declarations \
-Wno-error=implicit-function-declaration \
-Wno-error=incompatible-pointer-types
###############################################################################
# Top-level Rules