On Fri, Mar 6, 2015 at 11:47 PM, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 7 March 2015 at 04:06, Stefan Hajnoczi <stefa...@gmail.com> wrote: >> Is anyone working on making QEMU build cleanly under clang? Under gcc >> people regularly submit patches to keep the build clean (e.g. recent >> gcc 5 fixes). > > Yes, I have been working on making QEMU build cleanly under clang, > why do you think I've been rejecting pulls which add warnings and > submitting patches which fix existing warnings? > It currently builds totally cleanly on the clang I use. I have my > config set up with -Werror now and would like to keep it that way.
Okay, that's a dramatically different experience from what I get on Fedora 21 with clang 3.5.0. I'll look into fixing these warnings because I now have hope it will build cleanly if it already works for you. Stefan