On 26 April 2018 at 10:19, Thomas Huth <th...@redhat.com> wrote: > On 26.04.2018 10:17, Peter Maydell wrote: >> I've also upgraded Xcode, which means I now have a machine with >> a clang that emits all the -Waddress-of-packed-member complaints. >> I have configured the test build so those aren't fatal >> (via --extra-cflags='-Werror -Wno-error=address-of-packed-member >> -Wno-error=deprecated-declarations') but I'm now more interested in >> getting those cleaned up so they don't clutter up my logfiles :-) > > Isn't the -Wno-error=address-of-packed-members flag added by Gerd's > patch already? See: > > https://git.qemu.org/?p=qemu.git;a=commitdiff;h=0e39c4aa7ecc5699bc391fcb
So it is -- I guess the compile failed because of the deprecation warning, and I just assumed I needed to add both -Wno-error= settings. thanks -- PMM