On 9/12/22 12:23, Paolo Bonzini wrote:
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.Signed-off-by: Paolo Bonzini <[email protected]> --- configure | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
