Re: [PATCH 14/30] configure: test all warnings

2022-12-16 Thread Daniel P . Berrangé
On Fri, Dec 09, 2022 at 12:23:53PM +0100, 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

Re: [PATCH 14/30] configure: test all warnings

2022-12-09 Thread Philippe Mathieu-Daudé
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