Supress build warning 78/139178/3
authorJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 18 Jul 2017 00:27:13 +0000 (09:27 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 18 Jul 2017 06:13:46 +0000 (06:13 +0000)
- remove build warning at smoke test

Change-Id: Ic7e9c258145e269a79c7ed6dc69616cb1e43717b
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/unit_tests/smoke_utils.cc

index 38fd105ed2177b73064276c5e1624c4403e672f4..02eb43c1305168716a6281ba3be9fabe29635b39 100644 (file)
@@ -280,7 +280,7 @@ bool ValidatePackageRWFS(const std::string& pkgid, uid_t uid) {
   return true;
 }
 
-bool ValidatePackageFS(const std::string& pkgid, const std::string& appid,
+bool ValidatePackageFS(const std::string& pkgid, const std::string&,
     uid_t uid, gid_t gid, bool is_readonly) {
   bf::path root_path = ci::GetRootAppPath(is_readonly, uid);
   bf::path package_path = root_path / pkgid;