From e2b6d9d3c41d162517019ee0bf9147e398a5b1fa Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 16 Dec 2024 13:39:36 +0100 Subject: Fix cause of minor warnings --- src/other_tools/just_mr/setup_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/just_mr/setup_utils.cpp') diff --git a/src/other_tools/just_mr/setup_utils.cpp b/src/other_tools/just_mr/setup_utils.cpp index 417984ea..2ab0ebfa 100644 --- a/src/other_tools/just_mr/setup_utils.cpp +++ b/src/other_tools/just_mr/setup_utils.cpp @@ -218,7 +218,7 @@ auto ReadConfiguration( absent_file_opt->string()); std::exit(kExitConfigError); } - absent_set.insert(repo); + absent_set.insert(repo.get()); } auto new_repos = nlohmann::json::object(); auto repos = config.value("repositories", nlohmann::json::object()); -- cgit v1.2.3