Fix Werrors with GCC-14.1.0 41/311341/1 sandbox/dkson95/gcc-14 accepted/tizen/base/x/20240612.012520
authorDongkyun Son <dongkyun.s@samsung.com>
Fri, 17 May 2024 13:54:28 +0000 (22:54 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Fri, 17 May 2024 13:54:28 +0000 (22:54 +0900)
-Wimplicit-function-declaration

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

index ae02820..9905ef0 100644 (file)
@@ -24,6 +24,7 @@ Querying information about file type (devel) package.
 cp %{SOURCE1001} .
 
 %build
+export CFLAGS+=" -Wno-error=implicit-function-declaration "
 %cmake . 
 %__make %{?_smp_mflags}