Hi Szymon, On Mon, Sep 30, 2013, Szymon Janc wrote: > Error path on default case was not breaking loop. To keep error > handling similar all error path were converted to use goto. > > This fix following: > target C: libbluetooth <= external/bluetooth/bluez/android/../lib/sdp.c > lib/sdp.c: In function 'sdp_set_profile_descs': > lib/sdp.c:487:10: warning: 'values[0]' may be used uninitialized in > this function [-Wmaybe-uninitialized] > lib/sdp.c:2562:19: note: 'values[0]' was declared here > lib/sdp.c:545:11: warning: 'dtds[0]' may be used uninitialized in this > function [-Wmaybe-uninitialized] > lib/sdp.c:2562:9: note: 'dtds[0]' was declared here > --- > lib/sdp.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) 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