From ce23db59c6399199fa55b4b7dc8880522e2f1bca Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 30 Sep 2024 12:16:43 +0200 Subject: Enable readability-redundant-member-init check. --- src/other_tools/root_maps/commit_git_map.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/other_tools/root_maps/commit_git_map.hpp') diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index 1916ce13..1c5e9f6b 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -35,14 +35,14 @@ struct GitRepoInfo { // hash can be a commit or tree - std::string hash{}; /* key */ - std::string repo_url{}; - std::string branch{}; - std::string subdir{}; /* key */ - std::vector inherit_env{}; - std::vector mirrors{}; + std::string hash; /* key */ + std::string repo_url; + std::string branch; + std::string subdir; /* key */ + std::vector inherit_env; + std::vector mirrors; // name of repository for which work is done; used in progress reporting - std::string origin{}; + std::string origin; // create root that ignores symlinks bool ignore_special{}; /* key */ // create an absent root -- cgit v1.2.3