[18/19] lcdproc: Fix build with GCC 14

Message ID 20240819100608.991138-19-michael.tremer@ipfire.org
State Staged
Commit b373901fad9aa13e7f793e94f0cc194f73573191
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/lcdproc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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