From 24e46bef70c73d39bea7fa7da1ec2e7160e604c5 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Tue, 18 Jul 2017 09:27:13 +0900 Subject: [PATCH] Supress build warning - remove build warning at smoke test Change-Id: Ic7e9c258145e269a79c7ed6dc69616cb1e43717b Signed-off-by: Junghyun Yeon --- src/unit_tests/smoke_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unit_tests/smoke_utils.cc b/src/unit_tests/smoke_utils.cc index 38fd105..02eb43c 100644 --- a/src/unit_tests/smoke_utils.cc +++ b/src/unit_tests/smoke_utils.cc @@ -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; -- 2.34.1