[14/19] collectd: Ignore compiler errors

Message ID 20240819100608.991138-15-michael.tremer@ipfire.org
State Staged
Commit ab1b09f61fd02f1a90a900d0980aeff1eabb2b48
Headers
Series [01/19] expect: Fix build with GCC 14.2 |

Commit Message

Michael Tremer Aug. 19, 2024, 10:06 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/collectd | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
  

Patch

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