summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongkyun Son <dongkyun.s@samsung.com>2024-05-17 22:53:41 +0900
committerDongkyun Son <dongkyun.s@samsung.com>2024-05-17 22:53:41 +0900
commit0042cffe108bd34d0e844b6843dbb1abdadfbdd6 (patch)
tree200989ba91e06d8d57854cf846e5b21977ecd10b
parente7179814de126f94bc10ab3ea2d9f903ddc720da (diff)
downloadwhich-sandbox/dkson95/gcc-14.tar.gz
which-sandbox/dkson95/gcc-14.tar.bz2
which-sandbox/dkson95/gcc-14.zip
Fix Werrors with GCC-14.1.0tizen_basesandbox/dkson95/gcc-14
-Wimplicit-function-declaration Change-Id: Icbcdd2f321f6f7c2112458abca5f077173e12ac9 Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rw-r--r--packaging/which.spec1
1 files changed, 1 insertions, 0 deletions
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}