Re: [Qemu-devel] [PATCH v5 0/4] configure: clang 3.5.0 build fixes

2015-05-05 Thread Stefan Hajnoczi
On Wed, Mar 25, 2015 at 06:57:35PM -0400, John Snow wrote: > QEMU does not compile cleanly under clang 3.5.0. These patches eliminate the > avalanche of warnings and make the build usable. > > The result is that you *should* be able to use clang 3.5.0 *with* ccache and > -Werror and produce all t

Re: [Qemu-devel] [PATCH v5 0/4] configure: clang 3.5.0 build fixes

2015-04-28 Thread John Snow
On 04/28/2015 03:32 PM, John Snow wrote: On 03/30/2015 11:10 AM, Stefan Hajnoczi wrote: On Wed, Mar 25, 2015 at 06:57:35PM -0400, John Snow wrote: QEMU does not compile cleanly under clang 3.5.0. These patches eliminate the avalanche of warnings and make the build usable. The result is that

Re: [Qemu-devel] [PATCH v5 0/4] configure: clang 3.5.0 build fixes

2015-04-28 Thread John Snow
On 03/30/2015 11:10 AM, Stefan Hajnoczi wrote: On Wed, Mar 25, 2015 at 06:57:35PM -0400, John Snow wrote: QEMU does not compile cleanly under clang 3.5.0. These patches eliminate the avalanche of warnings and make the build usable. The result is that you *should* be able to use clang 3.5.0 *wi

Re: [Qemu-devel] [PATCH v5 0/4] configure: clang 3.5.0 build fixes

2015-03-30 Thread Stefan Hajnoczi
On Wed, Mar 25, 2015 at 06:57:35PM -0400, John Snow wrote: > QEMU does not compile cleanly under clang 3.5.0. These patches eliminate the > avalanche of warnings and make the build usable. > > The result is that you *should* be able to use clang 3.5.0 *with* ccache and > -Werror and produce all t

[Qemu-devel] [PATCH v5 0/4] configure: clang 3.5.0 build fixes

2015-03-25 Thread John Snow
QEMU does not compile cleanly under clang 3.5.0. These patches eliminate the avalanche of warnings and make the build usable. The result is that you *should* be able to use clang 3.5.0 *with* ccache and -Werror and produce all targets. Regrettably, this is v5 because I overlooked deleting "--kee