On 9 March 2018 at 10:41, Gerd Hoffmann <kra...@redhat.com> wrote: > Well, I can add -Wno-address-of-packed-member to the list of flags > configure tries to use with the compiler. That gets me past that > warning, but the build will stop on the next then. qemu simply doesn't > build warning-clean with clang ...
That depends on your clang version. I have 3.8.0 in my test set builds with -Werror enabled. At some point we should go through and fix the issues that newer clang versions warn about. thanks -- PMM