Hi, > > 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. There seems to be a bug in sdp_set_profile_descs() error path, for some reason gcc 4.6 on my box doesn't generate warning, yet android one does. Will send a patch for that in a moment. -- Szymon Janc -- 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