From 8a405c3255899efb387da0c3b3577cb32ee3a9d9 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 29 Sep 2022 10:32:53 +0200 Subject: [PATCH] foot: ignore warning for clang --- recipes-support/foot/foot_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-support/foot/foot_git.bb b/recipes-support/foot/foot_git.bb index a92a859..360ee22 100644 --- a/recipes-support/foot/foot_git.bb +++ b/recipes-support/foot/foot_git.bb @@ -40,6 +40,8 @@ EXTRA_OEMESON += "--buildtype=release -Dterminfo=disabled" inherit meson pkgconfig +CFLAGS += "-Wno-unused-but-set-variable" + FILES:${PN} = " \ ${bindir} \ ${datadir} \