From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 18/19] lcdproc: Fix build with GCC 14 Date: Mon, 19 Aug 2024 10:06:07 +0000 Message-ID: <20240819100608.991138-19-michael.tremer@ipfire.org> In-Reply-To: <20240819100608.991138-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6452065373610211867==" List-Id: --===============6452065373610211867== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/lcdproc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/lcdproc b/lfs/lcdproc index aae338325..f15440bd8 100644 --- a/lfs/lcdproc +++ b/lfs/lcdproc @@ -40,7 +40,7 @@ DEPS =3D =20 SERVICES =3D lcdproc =20 -CFLAGS +=3D -fcommon +CFLAGS +=3D -fcommon -Wno-error=3Dimplicit-function-declaration =20 ############################################################################= ### # Top-level Rules --=20 2.39.2 --===============6452065373610211867==--