diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2024-05-21 13:17:28 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2024-05-21 13:19:22 +0900 |
commit | 0ea395db4bf6ac1ee562a8ba106418c4a0beac9d (patch) | |
tree | 126e30849082c6ac7fc962bc7acd4e8172914ec4 | |
parent | b439d25b7304db7bf8f785b7dd45339e79b5f190 (diff) | |
download | expect-tizen_9.0_base.tar.gz expect-tizen_9.0_base.tar.bz2 expect-tizen_9.0_base.zip |
Fix Werrors with GCC-14.1.0tizen_9.0_m2_releaseaccepted/tizen/base/x/asan/20240624.231338accepted/tizen/base/x/20240612.012347accepted/tizen/base/asan/20240806.090009accepted/tizen/base/20240612.043308accepted/tizen/9.0/base/20241030.075211tizen_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
-Wimplicit-int
-Wincompatible-pointer-types
https://gcc.gnu.org/gcc-14/porting_to.html
Change-Id: Idb8de4e4ca95c141b55817f9962239bf78ef3312
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rw-r--r-- | packaging/expect.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/expect.spec b/packaging/expect.spec index 50b2ae9..0b4a58f 100644 --- a/packaging/expect.spec +++ b/packaging/expect.spec @@ -37,6 +37,7 @@ cp %{SOURCE1001} . %{__patch} -p1 < %{SOURCE2} %build +export CFLAGS+=" -Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=incompatible-pointer-types " %reconfigure \ --with-tcl=%_libdir \ --with-tk=no_tk \ |