Parent: 99292329e06ea428a7a98e6ced8efe81e9453629
Author: Szymon Janc <szymon.janc@gmail.com>
Committer: Szymon Janc <szymon.janc@gmail.com>
Date: 2015-04-16 23:03:14
Tree: c6aea6b6ab72faa9913d95171ac495546ca1907c
android/tester: Fix compilation with GCC 5 Value in bt_property_t as defined in Android HAL is not const pointer. This fix following build error with GCC 5: CC android/android_android_tester-tester-bluetooth.o android/tester-bluetooth.c:38:9: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-array-qualifiers] .val = &emu_bdname_val, ^
Diffstat
| M | android/tester-bluetooth.c | | | 8 | ++++- - - - |
1 files changed, 4 insertions(+), 4 deletions(-)