Hi Chen, On Mon, Mar 26, 2012 at 8:45 AM, <chen.ganir@xxxxxx> wrote: > From: Chen Ganir <chen.ganir@xxxxxx> > > Add logic to discover all characteristics and build a > characteristic list. > --- > deviceinfo/deviceinfo.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++- > deviceinfo/deviceinfo.h | 2 +- > deviceinfo/manager.c | 5 +++- > 3 files changed, 71 insertions(+), 3 deletions(-) This patch introduces a build failure: deviceinfo/deviceinfo.c: In function ‘configure_deviceinfo_cb’: deviceinfo/deviceinfo.c:108:19: error: variable ‘end’ set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors Please make sure every patch on the series is buildable (when applied on order). In this case, you should introduce the variable only on the commit where it is used. 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