[14/19] collectd: Ignore compiler errors
Commit Message
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
lfs/collectd | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
@@ -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