Fix Werrors with GCC-14.1.0 23/311323/1 sandbox/dkson95/gcc-14
authorDongkyun Son <dongkyun.s@samsung.com>
Fri, 17 May 2024 11:54:02 +0000 (20:54 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Fri, 17 May 2024 11:54:02 +0000 (20:54 +0900)
-Wimplicit-function-declaration

Change-Id: I7a0274b7a6b57e1a128b8e634b270f205f9adbfd
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/icu.spec

index 90c4182..ca8eef7 100644 (file)
@@ -72,7 +72,7 @@ cp %{SOURCE1001} .
 cp %{SOURCE1} ./source/tools/tzcode
 
 %build
-export CFLAGS="$CFLAGS -D_TIZEN_FEATURE_ -fPIC"
+export CFLAGS="$CFLAGS -D_TIZEN_FEATURE_ -fPIC -Wno-error=implicit-function-declaration"
 export CXXFLAGS="$CXXFLAGS -D_TIZEN_FEATURE_ -fPIC"
 export LINKFLAGS=" -pie"
 export LANG=C.UTF-8