From 382c07647b9bca7dfb1afc28c90f388d4acde9ce Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Fri, 17 May 2024 22:54:28 +0900 Subject: Fix Werrors with GCC-14.1.0 -Wimplicit-function-declaration Change-Id: I21af149d9eb3b1cab49cd358aaa40634338a2ffd Signed-off-by: Dongkyun Son --- packaging/xdgmime.spec | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.2.3