From 79e75769d76403cca9848899f84416454900a17a Mon Sep 17 00:00:00 2001 From: Daehyeon Jung Date: Tue, 19 Jan 2016 11:44:52 +0900 Subject: [PATCH] fix warning Change-Id: If56e793e74dafe05b05bcb02f20be462ec6db92d Signed-off-by: Daehyeon Jung --- src/widget_app.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/widget_app.c b/src/widget_app.c index 5e7d2e2..eff8ab3 100755 --- a/src/widget_app.c +++ b/src/widget_app.c @@ -18,6 +18,7 @@ #include #include +#include #include #include #include @@ -29,6 +30,8 @@ #include #include #include +#include +#include #include "widget_app.h" #include "widget-log.h" @@ -123,6 +126,8 @@ static int __send_update_status(const char *class_id, const char *instance_id, if (extra == NULL) bundle_free(b); + + return 0; } static int __instance_create(widget_class_h handle, const char *id, bundle *b) -- 2.7.4