Supress build warning 07/132107/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 1 Jun 2017 06:08:39 +0000 (15:08 +0900)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Thu, 1 Jun 2017 11:08:37 +0000 (11:08 +0000)
- Supress "unused parameter" build warning

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

index 177bcfaaad65c24ff050fa055a1f5431eeb10430..d041d219d0819e0151daf1e6e717f3c973e22333 100644 (file)
@@ -279,7 +279,7 @@ void ValidatePackageRWFS(const std::string& pkgid, uid_t uid) {
   ASSERT_EQ(*system_share, stats.st_gid);
 }
 
-void ValidatePackageFS(const std::string& pkgid, const std::string& appid,
+void 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;