This fixes build with GCC-14
Signed-off-by: Khem Raj <[email protected]>
---
meta/recipes-support/enchant/enchant2_2.7.2.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-support/enchant/enchant2_2.7.2.bb
b/meta/recipes-support/enchant/enchant2_2.7.2.bb
index 08998dd48fe..7e175852556 100644
--- a/meta/recipes-support/enchant/enchant2_2.7.2.bb
+++ b/meta/recipes-support/enchant/enchant2_2.7.2.bb
@@ -27,3 +27,7 @@ FILES:${PN} += " \
${libdir}/enchant-2 \
"
FILES:${PN}-staticdev += "${libdir}/enchant-2/*.a"
+
+#api.vala:43:18: error: assignment to 'gchar **' {aka 'char **'} from
incompatible pointer type 'const gchar * const*' {aka 'const char * const*'}
[-Wincompatible-pointer-types]
+
+CFLAGS += "-Wno-error=incompatible-pointer-types"
--
2.45.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#199139):
https://lists.openembedded.org/g/openembedded-core/message/199139
Mute This Topic: https://lists.openembedded.org/mt/105995735/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-