Fix build warning, coding rule 46/112446/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 1 Feb 2017 05:02:41 +0000 (14:02 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 1 Feb 2017 05:03:54 +0000 (14:03 +0900)
- Fix build warning and coding rule

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

index f2b006e..15e3ac8 100644 (file)
@@ -200,7 +200,7 @@ void ValidatePackageRWFS(const std::string& pkgid, uid_t uid) {
   ASSERT_EQ(*system_share, stats.st_gid) << "Invalid gid: " << cache_path;
 }
 
-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) {
   bf::path root_path = ci::GetRootAppPath(false, uid);
   bf::path package_path = root_path / pkgid;
@@ -600,7 +600,7 @@ class SmokeEnvironment : public testing::Environment {
       BackupPath(path);
   }
   void TearDown() override {
-   // TODO(s89.jang): Uninstall smoke packages to clear security context
+  // TODO(s89.jang): Uninstall smoke packages to clear security context
     for (auto& path : backups_)
       RestorePath(path);
   }