Fixes build with GCC-14 which treats this warning as error by
default

Signed-off-by: Khem Raj <[email protected]>
---
 meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb 
b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
index 5eac641cf3..74b0531414 100644
--- a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
@@ -32,3 +32,5 @@ python populate_packages:prepend () {
     if (d.getVar('DEBIAN_NAMES')):
         d.setVar(d.expand('PKG:${PN}'), '${MLPREFIX}libgtk-2.0')
 }
+
+CFLAGS += "-Wno-error=incompatible-pointer-types"
-- 
2.45.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110302): 
https://lists.openembedded.org/g/openembedded-devel/message/110302
Mute This Topic: https://lists.openembedded.org/mt/106013344/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to