Parent: fc9f03a9f7c686348e37de116bf8a30061d1fdc8
Author: Arman Uguray <armansito@chromium.org>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2015-05-05 14:48:05
Tree: d6a7cd96575e820fb558c38a1d324e7cf1312f95
tools/gatt-service: Fix clang compile error This patch fixes the following compile warning when bluez is compiled using clang: tools/gatt-service.c:77:19: error: duplicate 'const' declaration specifier [-Werror,-Wduplicate-decl-specifier] static const char const *ias_alert_level_props[] = { ^
Diffstat
| M | tools/gatt-service.c | | | 4 | +- - - |
1 files changed, 1 insertions(+), 3 deletions(-)