From 0042cffe108bd34d0e844b6843dbb1abdadfbdd6 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Fri, 17 May 2024 22:53:41 +0900 Subject: [PATCH] Fix Werrors with GCC-14.1.0 -Wimplicit-function-declaration Change-Id: Icbcdd2f321f6f7c2112458abca5f077173e12ac9 Signed-off-by: Dongkyun Son --- packaging/which.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/which.spec b/packaging/which.spec index d41a64e..163813a 100644 --- a/packaging/which.spec +++ b/packaging/which.spec @@ -18,6 +18,7 @@ the specified program is in your PATH. cp %{SOURCE1001} . %build +export CFLAGS+=" -Wno-error=implicit-function-declaration " %configure make %{?_smp_mflags} -- 2.34.1