On 27 Nov 2014, at 22:18, Peter Maydell <peter.mayd...@linaro.org> wrote:
> On 27 November 2014 at 20:09, Stefan Weil <s...@weilnetz.de> wrote: >> *nearly means that there are still warnings for format strings in C++ >> code. > > Hmm, do we still have these with the libvixl version we have > now? If so, could you forward me a copy of them and I'll see > if I can persuade upstream to fix them... if you are interested, three small warnings when building QEMU on OS X: ... CXX disas/arm-a64.o In file included from /Users/ilg/Work/qemu/gnuarmeclipse-qemu.git/disas/arm-a64.cc:23: In file included from /Users/ilg/Work/qemu/gnuarmeclipse-qemu.git/include/disas/bfd.h:12: In file included from /Users/ilg/Work/qemu/gnuarmeclipse-qemu.git/include/qemu-common.h:44: In file included from /Users/ilg/Work/qemu/gnuarmeclipse-qemu.git/include/qemu/option.h:31: In file included from /Users/ilg/Work/qemu/gnuarmeclipse-qemu.git/include/qapi/error.h:16: ./qapi-types.h:3727:1: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] struct Abort ^ ./qapi-types.h:3786:1: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] struct NetdevNoneOptions ^ ./qapi-types.h:4257:1: warning: empty struct has size 0 in C, size 1 in C++ [-Wextern-c-compat] struct ChardevDummy ^ 3 warnings generated. CC disas/i386.o ... regards, Liviu