From 563335c3454170954df484da00d716acf6390c12 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Mon, 6 Mar 2017 15:27:36 +0900 Subject: [PATCH] Fix build warnings Change-Id: Id7f230dfd9d09ac50543e813025d177f0cc27b4b Signed-off-by: Sangyoon Jang --- src/request.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/request.c b/src/request.c index cfa9ac4..1718376 100644 --- a/src/request.c +++ b/src/request.c @@ -305,7 +305,7 @@ static int __handle_request_install(uid_t caller_uid, uid_t target_uid = (uid_t)-1; char *arg_pkgtype = NULL; const char *pkgtype; - char *pkgpath = NULL; + const char *pkgpath = NULL; char *args = NULL; char *reqkey = NULL; gchar **tmp_args = NULL; @@ -395,7 +395,7 @@ static int __handle_request_mount_install(uid_t caller_uid, uid_t target_uid = (uid_t)-1; char *arg_pkgtype = NULL; const char *pkgtype; - char *pkgpath = NULL; + const char *pkgpath = NULL; char *args = NULL; char *reqkey = NULL; gchar **tmp_args = NULL; -- 2.7.4