Hi Briglia, On Mon, May 02, 2011, anderson.briglia@xxxxxxxxxxxxx wrote: > This patch fixes a compilation warning regarding btio/btio.c > compilation. > --- > btio/btio.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/btio/btio.c b/btio/btio.c > index 6d71b90..8f166cc 100644 > --- a/btio/btio.c > +++ b/btio/btio.c > @@ -800,7 +800,7 @@ static gboolean l2cap_get(int sock, GError **err, BtIOOption opt1, > uint8_t dev_class[3]; > uint16_t handle; > socklen_t len; > - gboolean flushable; > + gboolean flushable = TRUE; > > len = sizeof(l2o); > memset(&l2o, 0, len); I don't get the warning with my compiler, so in addition to the already requested compiler logs please also mention the compiler version. Also, the value should default to FALSE and not TRUE. Johan -- 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