From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 14/19] collectd: Ignore compiler errors Date: Mon, 19 Aug 2024 10:06:03 +0000 Message-ID: <20240819100608.991138-15-michael.tremer@ipfire.org> In-Reply-To: <20240819100608.991138-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4875460726835203949==" List-Id: --===============4875460726835203949== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/collectd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lfs/collectd b/lfs/collectd index 24f5bc632..d1d4ea721 100644 --- a/lfs/collectd +++ b/lfs/collectd @@ -36,7 +36,11 @@ PROG =3D collectd =20 DEPS =3D =20 -CFLAGS +=3D -fcommon -Wno-error=3Ddeprecated-declarations +CFLAGS +=3D \ + -fcommon \ + -Wno-error=3Ddeprecated-declarations \ + -Wno-error=3Dimplicit-function-declaration \ + -Wno-error=3Dincompatible-pointer-types =20 ############################################################################= ### # Top-level Rules --=20 2.39.2 --===============4875460726835203949==--