Hi Szymon, On Wed, May 14, 2014, Szymon Janc wrote: > Fix following with GCC version 4.8.2 (Debian 4.8.2-21): > > CC profiles/input/bluetoothd-device.o > profiles/input/device.c: In function ‘uhid_send_feature_answer’: > profiles/input/device.c:232:8: error: format ‘%lu’ expects argument > of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ > [-Werror=format=] > len, sizeof(ev)); > ^ > profiles/input/device.c: In function ‘uhid_send_input_report’: > profiles/input/device.c:274:8: error: format ‘%lu’ expects argument of > type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ > [-Werror=format=] > len, sizeof(ev)); > ^ > --- > profiles/input/device.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) All three patches have been applied. Thanks. 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