Commit: 9f81646b8f6a8420e90585f3fde87a155ede89f3
Parent: 69f4833ba96554e22a7a4812c7746a0f41c4e579
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Committer: Szymon Janc <szymon.janc@gmail.com>
Date: 2014-01-18 17:21:42
Tree: 2581d91224f56f3211d7d7c64c1c5ebe60eeb230

android: Fix const to non-const issue on android-tester According to definition from hardware/bluetooth.h, the "val" field does not have const modifier. Fix clang errors like: android/android-tester.c:760:14: error: initializing 'void *' with an expression of type 'const char (*)[18]' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]

Diffstat

M android/android-tester.c | 10 +++++- - - - -

1 files changed, 5 insertions(+), 5 deletions(-)

View Full Diff | Patch