Hi Anderson, On Fri, Sep 27, 2013 at 02:01:31PM -0400, Anderson Lizardo wrote: > 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? I think most warnings are the same as in standard BlueZ build. At some point those issue must be resolved IMO. Best regards Andrei Emeltchenko -- 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