[Qemu-devel] [PATCH] configure: Don't run configure tests with -Werror enabled

2012-07-17 Thread Peter Maydell
Don't run configure tests with -Werror in the compiler flags. The idea of -Werror is that it makes problems very obvious to developers, so they get fixed quickly. However, when running configure tests, failures due to -Werror are far from obvious -- they simply result in the test quietly failing

Re: [Qemu-devel] [PATCH] configure: Don't run configure tests with -Werror enabled

2012-07-17 Thread Stefan Weil
Am 17.07.2012 21:24, schrieb Peter Maydell: Don't run configure tests with -Werror in the compiler flags. The idea of -Werror is that it makes problems very obvious to developers, so they get fixed quickly. However, when running configure tests, failures due to -Werror are far from obvious --

Re: [Qemu-devel] [PATCH] configure: Don't run configure tests with -Werror enabled

2012-07-17 Thread Alexander Graf
On 17.07.2012, at 21:24, Peter Maydell wrote: Don't run configure tests with -Werror in the compiler flags. The idea of -Werror is that it makes problems very obvious to developers, so they get fixed quickly. However, when running configure tests, failures due to -Werror are far from obvious