On 19 July 2016 at 14:06, Peter Maydell <[email protected]> wrote: > The simplest fix would be to add #ifndef ATTRIBUTE_UNUSED...#endif > around the define in bfd.h, and drop the unnecessary duplicate > define from disas/arm.c.
A more invasive fix would be to convert all the uses of ATTRIBUTE_UNUSED to G_GNUC_UNUSED (provided by glib and already used in a few files). I guess I marginally prefer the simple fix. thanks -- PMM
