projects
/
platform
/
core
/
uifw
/
voice-control-elm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf04a25
)
Fix build warning
21/188921/1
accepted/tizen/unified/20180918.062910
submit/tizen/20180917.073702
author
Wonnam Jang
<wn.jang@samsung.com>
Wed, 12 Sep 2018 01:50:55 +0000
(10:50 +0900)
committer
Wonnam Jang
<wn.jang@samsung.com>
Wed, 12 Sep 2018 01:50:55 +0000
(10:50 +0900)
Change-Id: Ie5d9c9646f1a98b7b8f8d42b86212fb1b75ec31e
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
src/vc_elm_widget_wrapper.c
patch
|
blob
|
history
diff --git
a/src/vc_elm_widget_wrapper.c
b/src/vc_elm_widget_wrapper.c
index 0f2e9aa4af0de4fc6d98cea782d816aa3bcde057..03483799fd144a82e7e2500952d53a4fb5866e6a 100644
(file)
--- a/
src/vc_elm_widget_wrapper.c
+++ b/
src/vc_elm_widget_wrapper.c
@@
-86,6
+86,7
@@
static void __vc_widget_send_current_command_group_cb(vc_cmd_list_h *vc_group, v
static void __start_initialize_thread(void *data, Ecore_Thread *thread)
{
(void)data;
+ (void)thread;
char *lang = NULL;
if (vcw.initialized) {
@@
-119,6
+120,9
@@
static void __start_initialize_thread(void *data, Ecore_Thread *thread)
static void __end_initialize_thread(void *data, Ecore_Thread *thread)
{
+ (void)data;
+ (void)thread;
+
VC_ELM_LOG_ERR("[SUCCESS] End initialize thread");
}