Message ID | 20240819100608.991138-19-michael.tremer@ipfire.org |
---|---|
State | Staged |
Commit | b373901fad9aa13e7f793e94f0cc194f73573191 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WnStM0j2tz3x41 for <patchwork@web04.haj.ipfire.org>; Mon, 19 Aug 2024 10:06:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WnStL4J59z5tW; Mon, 19 Aug 2024 10:06:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WnStL3lQhz342b; Mon, 19 Aug 2024 10:06:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WnSsv02g9z345c for <development@lists.ipfire.org>; Mon, 19 Aug 2024 10:06:11 +0000 (UTC) Received: from michael.haj.ipfire.org (michael.haj.ipfire.org [172.28.1.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "michael.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WnSst6B8dz5ZD; Mon, 19 Aug 2024 10:06:10 +0000 (UTC) Received: by michael.haj.ipfire.org (Postfix, from userid 0) id 4WnSst0LM3zTvbD; Mon, 19 Aug 2024 10:06:10 +0000 (UTC) From: Michael Tremer <michael.tremer@ipfire.org> 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> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240819100608.991138-1-michael.tremer@ipfire.org> References: <20240819100608.991138-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 5QGM2PKBXSKWIRMUNKS4E22CFZCNDE7M X-Message-ID-Hash: 5QGM2PKBXSKWIRMUNKS4E22CFZCNDE7M X-MailFrom: root@michael.haj.ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Michael Tremer <michael.tremer@ipfire.org> X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> Archived-At: <https://lists.ipfire.org/hyperkitty/list/development@lists.ipfire.org/message/5QGM2PKBXSKWIRMUNKS4E22CFZCNDE7M/> List-Archive: <https://lists.ipfire.org/hyperkitty/list/development@lists.ipfire.org/> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Owner: <mailto:development-owner@lists.ipfire.org> List-Post: <mailto:development@lists.ipfire.org> List-Subscribe: <mailto:development-join@lists.ipfire.org> List-Unsubscribe: <mailto:development-leave@lists.ipfire.org> |
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/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 = SERVICES = lcdproc -CFLAGS += -fcommon +CFLAGS += -fcommon -Wno-error=implicit-function-declaration ############################################################################### # Top-level Rules