From: Daehyeon Jung Date: Tue, 19 Jan 2016 02:44:52 +0000 (+0900) Subject: fix warning X-Git-Tag: accepted/tizen/mobile/20160131.231432^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fappcore-widget.git;a=commitdiff_plain;h=79e75769d76403cca9848899f84416454900a17a fix warning Change-Id: If56e793e74dafe05b05bcb02f20be462ec6db92d Signed-off-by: Daehyeon Jung --- 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)