Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qemu: Disable incompatible-pointer-types warning as error on mingw | Richard Purdie | 2024-05-30 | 1 | -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> |