projects
/
product
/
upstream
/
which.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e717981
)
Fix Werrors with GCC-14.1.0
42/311342/1
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_x
accepted/tizen_base_x_asan
sandbox/dkson95/gcc-14
tizen_9.0_base
tizen_base
accepted/tizen/9.0/base/20241030.075028
accepted/tizen/base/20240612.043313
accepted/tizen/base/asan/20240806.090148
accepted/tizen/base/dev/20241206.041030
accepted/tizen/base/x/20240612.012433
accepted/tizen/base/x/asan/20240624.231525
tizen_9.0_m2_release
author
Dongkyun Son
<dongkyun.s@samsung.com>
Fri, 17 May 2024 13:53:41 +0000
(22:53 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Fri, 17 May 2024 13:53:41 +0000
(22:53 +0900)
-Wimplicit-function-declaration
Change-Id: Icbcdd2f321f6f7c2112458abca5f077173e12ac9
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/which.spec
patch
|
blob
|
history
diff --git
a/packaging/which.spec
b/packaging/which.spec
index d41a64eb46c36c31ed7d6e2aad9df5fbd1bd3033..163813ac162f64c37b86d644a49242434658fdf6 100644
(file)
--- 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}