projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59bf2fd
)
Fix the build error for GCC6
98/104298/1
submit/tizen/20161219.111502
submit/tizen/20170116.115935
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Tue, 13 Dec 2016 04:47:25 +0000
(13:47 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Tue, 13 Dec 2016 04:47:25 +0000
(13:47 +0900)
Change-Id: I92a5c244b3c6ca72a51d2dd4b770975237616b56
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
test/bt_unit_test.c
patch
|
blob
|
history
diff --git
a/test/bt_unit_test.c
b/test/bt_unit_test.c
index 491a28b375a6b04aade23dfd46b2fb940bd597f2..d65a13c1f3fa355f38ba561c57bd0b94c7baafa9 100644
(file)
--- a/
test/bt_unit_test.c
+++ b/
test/bt_unit_test.c
@@
-1152,12
+1152,12
@@
void tc_usage_print(void)
break;
case BT_UNIT_TEST_TABLE_HF:
if (!TIZEN_PROFILE_WEARABLE_IVI)
- goto __default;
+ goto __default
__
;
tc_table = tc_hf;
break;
case BT_UNIT_TEST_TABLE_PBAP_CLIENT:
if (!TIZEN_PROFILE_WEARABLE_IVI)
- goto __default;
+ goto __default
__
;
tc_table = tc_pbap_client;
break;
case BT_UNIT_TEST_TABLE_ETC: