configure: test all warnings
commitca9b5c2ebf1aca87677a24c208bf3d0345c0b1aa
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Oct 2022 12:21:22 +0000 (12 14:21 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jan 2023 23:51:02 +0000 (6 00:51 +0100)
tree5bd181d9609067e933ba7a03ef3266905970c4a9
parent7bef93ff064f540e24a36a31263ae3db2d06b3d2
configure: test all warnings

Some warnings are hardcoded in QEMU_CFLAGS and not tested.  There is
no particular reason to single out these five, as many more -W flags are
present on all the supported compilers.  For homogeneity when moving
the detection to meson, make them use the same warn_flags infrastructure.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure