From: Michael Tremer Date: Wed, 7 Aug 2024 14:40:57 +0000 (+0000) Subject: collectd: Ignore compiler errors X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab1b09f61fd02f1a90a900d0980aeff1eabb2b48;p=people%2Fmfischer%2Fipfire-2.x.git collectd: Ignore compiler errors Signed-off-by: Michael Tremer --- diff --git a/lfs/collectd b/lfs/collectd index 24f5bc632..d1d4ea721 100644 --- a/lfs/collectd +++ b/lfs/collectd @@ -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