Re: [Qemu-devel] [PATCH 5/5] configure: disable a few Clang compiler warnings

2012-07-30 Thread Blue Swirl
On Mon, Jul 30, 2012 at 4:56 PM, Stefan Weil wrote: > Am 30.07.2012 18:04, schrieb blauwir...@gmail.com: > >> From: Blue Swirl >> >> Clang compiler warns about a few constructs in QEMU code. It's possible >> to avoid those but that needs more work. >> >> Suppress some warnings for Clang compiler.

Re: [Qemu-devel] [PATCH 5/5] configure: disable a few Clang compiler warnings

2012-07-30 Thread Stefan Weil
Am 30.07.2012 18:04, schrieb blauwir...@gmail.com: From: Blue Swirl Clang compiler warns about a few constructs in QEMU code. It's possible to avoid those but that needs more work. Suppress some warnings for Clang compiler. -Wno-unused-value would conflict with GCC. Signed-off-by: Blue Swirl

[Qemu-devel] [PATCH 5/5] configure: disable a few Clang compiler warnings

2012-07-30 Thread blauwirbel
From: Blue Swirl Clang compiler warns about a few constructs in QEMU code. It's possible to avoid those but that needs more work. Suppress some warnings for Clang compiler. -Wno-unused-value would conflict with GCC. Signed-off-by: Blue Swirl --- configure |5 - 1 files changed, 4 inse