Hi Andrei, On Fri, Sep 27, 2013 at 10:12 AM, Andrei Emeltchenko <Andrei.Emeltchenko.news@xxxxxxxxx> wrote: > +# to suppress the "pointer of type 'void *' used in arithmetic" warning > +LOCAL_CFLAGS += -Wno-pointer-arith > + > +# to suppress the "missing initializer near initialization" warning > +LOCAL_CFLAGS += -Wno-missing-field-initializers > + > +# to suppress the "may be used uninitialized in this function" warning > +LOCAL_CFLAGS += -Wno-maybe-uninitialized I wonder why you are suppressing all those warnings. Do you plan to re-enable them once the implementation is more complete? Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html