This variable should be defined as static. --- android/tester-gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/tester-gatt.c b/android/tester-gatt.c index 7997d8a..7a2f4c8 100644 --- a/android/tester-gatt.c +++ b/android/tester-gatt.c @@ -219,7 +219,7 @@ static struct get_desc_data get_desc_data_2 = { .desc = &desc_1, }; -struct get_incl_data get_incl_data_1 = { +static struct get_incl_data get_incl_data_1 = { .conn_id = CONN1_ID, .service = &service_1 }; -- 1.9.3 -- 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