diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2024-05-17 22:53:41 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2024-05-17 22:53:41 +0900 |
commit | 0042cffe108bd34d0e844b6843dbb1abdadfbdd6 (patch) | |
tree | 200989ba91e06d8d57854cf846e5b21977ecd10b | |
parent | e7179814de126f94bc10ab3ea2d9f903ddc720da (diff) | |
download | which-accepted/tizen_9.0_base.tar.gz which-accepted/tizen_9.0_base.tar.bz2 which-accepted/tizen_9.0_base.zip |
Fix Werrors with GCC-14.1.0tizen_9.0_m2_releaseaccepted/tizen/base/x/asan/20240624.231525accepted/tizen/base/x/20240612.012433accepted/tizen/base/asan/20240806.090148accepted/tizen/base/20240612.043313accepted/tizen/9.0/base/20241030.075028tizen_basetizen_9.0_basesandbox/dkson95/gcc-14accepted/tizen_base_x_asanaccepted/tizen_base_xaccepted/tizen_base_asanaccepted/tizen_baseaccepted/tizen_9.0_base
-Wimplicit-function-declaration
Change-Id: Icbcdd2f321f6f7c2112458abca5f077173e12ac9
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rw-r--r-- | packaging/which.spec | 1 |
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} |