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.
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
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