All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libgee: downgrade incompatible-pointer-types back to warning
@ 2024-06-09 18:45 Markus Volk
  2024-06-09 18:57 ` [oe] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Markus Volk @ 2024-06-09 18:45 UTC (permalink / raw)
  To: openembedded-devel

Workaround to fix build with gcc14

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb b/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb
index 0ed6e8235..4f9099ff0 100644
--- a/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb
+++ b/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 GNOMEBASEBUILDCLASS = "autotools"
 inherit gnomebase vala gobject-introspection
 
+CFLAGS += "-Wno-incompatible-pointer-types"
+
 do_configure:prepend() {
     MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
     for i in ${MACROS}; do
-- 
2.45.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-09 20:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09 18:45 [meta-oe][PATCH] libgee: downgrade incompatible-pointer-types back to warning Markus Volk
2024-06-09 18:57 ` [oe] " Khem Raj
2024-06-09 19:05   ` Markus Volk
2024-06-09 20:31     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.