GCC-14 promoted this warning into error by default but code does not
build cleanly and now this warning becomes a hard error. Work around
it for now.

Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
---
 recipes-devtools/qemu/qemu_%.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 recipes-devtools/qemu/qemu_%.bbappend

diff --git a/recipes-devtools/qemu/qemu_%.bbappend 
b/recipes-devtools/qemu/qemu_%.bbappend
new file mode 100644
index 0000000..12c9247
--- /dev/null
+++ b/recipes-devtools/qemu/qemu_%.bbappend
@@ -0,0 +1 @@
+CFLAGS:append:mingw32 = " -Wno-error=incompatible-pointer-types"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63238): https://lists.yoctoproject.org/g/yocto/message/63238
Mute This Topic: https://lists.yoctoproject.org/mt/106384493/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to