fix warning 53/57453/1 accepted/tizen/mobile/20160131.231432 accepted/tizen/tv/20160131.231447 accepted/tizen/wearable/20160131.231505 submit/temp/20160129.082756 submit/tizen/20160129.082816
authorDaehyeon Jung <darrenh.jung@samsung.com>
Tue, 19 Jan 2016 02:44:52 +0000 (11:44 +0900)
committerDaehyeon Jung <darrenh.jung@samsung.com>
Tue, 19 Jan 2016 02:45:02 +0000 (11:45 +0900)
Change-Id: If56e793e74dafe05b05bcb02f20be462ec6db92d
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
src/widget_app.c

index 5e7d2e2..eff8ab3 100755 (executable)
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 
 #include <bundle.h>
+#include <bundle_internal.h>
 #include <aul.h>
 #include <dlog.h>
 #include <glib.h>
@@ -29,6 +30,8 @@
 #include <widget_errno.h>
 #include <widget_instance.h>
 #include <widget_service_internal.h>
+#include <aul_app_com.h>
+#include <Ecore_Wayland.h>
 
 #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)