From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 17/19] telnet: Fix build with GCC 14 Date: Mon, 19 Aug 2024 10:06:06 +0000 Message-ID: <20240819100608.991138-18-michael.tremer@ipfire.org> In-Reply-To: <20240819100608.991138-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7224638662586269384==" List-Id: --===============7224638662586269384== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/telnet | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lfs/telnet b/lfs/telnet index 239c79e43..712098fe1 100644 --- a/lfs/telnet +++ b/lfs/telnet @@ -34,12 +34,15 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D telnet -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D =20 SERVICES =3D =20 +# Fixes build with GCC 14 +CFLAGS +=3D -Wno-error=3Dimplicit-function-declaration -Wno-error=3Dint-conv= ersion + ############################################################################= ### # Top-level Rules ############################################################################= ### --=20 2.39.2 --===============7224638662586269384==--