From: Dongkyun Son Date: Fri, 17 May 2024 13:53:41 +0000 (+0900) Subject: Fix Werrors with GCC-14.1.0 X-Git-Tag: accepted/tizen/base/x/20240612.012433^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_base;p=product%2Fupstream%2Fwhich.git Fix Werrors with GCC-14.1.0 -Wimplicit-function-declaration Change-Id: Icbcdd2f321f6f7c2112458abca5f077173e12ac9 Signed-off-by: Dongkyun Son --- 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}