summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu
Commit message (Collapse)AuthorAgeFilesLines
* qemu: Disable incompatible-pointer-types warning as error on mingwRichard Purdie2024-05-301-0/+3
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.purdie@linuxfoundation.org>