suppress build warnings 92/61992/1 accepted/tizen/common/20160317.155401 accepted/tizen/ivi/20160315.001444 accepted/tizen/mobile/20160315.001356 accepted/tizen/tv/20160315.001407 accepted/tizen/wearable/20160315.001422 submit/tizen/20160314.031145 submit/tizen_common/20160316.154911
authorJunghyun Yeon <jungh.yeon@samsung.com>
Sat, 12 Mar 2016 04:42:05 +0000 (13:42 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Sat, 12 Mar 2016 04:42:05 +0000 (13:42 +0900)
Change-Id: I725ef47c4da3fa80f3c9ce618d6cb21b99572260
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/pkgmgr-server.c
src/request.c

index 65a6ccb..f375160 100644 (file)
@@ -38,7 +38,7 @@
 #include <gio/gio.h>
 
 #include <pkgmgr-info.h>
-#include <pkgmgr/pkgmgr_parser.h>
+#include <pkgmgr/pkgmgr_parser_db.h>
 #include <tzplatform_config.h>
 #include <drm-tizen-apps.h>
 
index 79ff721..a818550 100644 (file)
@@ -177,7 +177,6 @@ static int __handle_request_install(uid_t uid,
        gsize args_count;
        int ret = -1;
        GVariant *value;
-       gchar *str;
        int i = 0;
        int len = 0;