summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongkyun Son <dongkyun.s@samsung.com>2024-05-17 22:54:28 +0900
committerDongkyun Son <dongkyun.s@samsung.com>2024-05-17 22:54:28 +0900
commit382c07647b9bca7dfb1afc28c90f388d4acde9ce (patch)
tree0d99fdd062927b35b556ab5e5ae054cf1f5f16c7
parent61ca054b7332affcbc7d2f2d36565e6d03497b98 (diff)
downloadxdgmime-sandbox/dkson95/gcc-14.tar.gz
xdgmime-sandbox/dkson95/gcc-14.tar.bz2
xdgmime-sandbox/dkson95/gcc-14.zip
Fix Werrors with GCC-14.1.0sandbox/dkson95/gcc-14
-Wimplicit-function-declaration Change-Id: I21af149d9eb3b1cab49cd358aaa40634338a2ffd Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rw-r--r--packaging/xdgmime.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/xdgmime.spec b/packaging/xdgmime.spec
index ae02820..9905ef0 100644
--- a/packaging/xdgmime.spec
+++ b/packaging/xdgmime.spec
@@ -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}