Fixed clang-tidy warnings

This commit is contained in:
Bartek Kryza
2023-05-27 23:41:16 +02:00
parent e6fa19ff39
commit 5c4a98ba79
5 changed files with 59 additions and 57 deletions

View File

@@ -95,7 +95,7 @@ bool diagram::add_with_namespace_path<common::model::package>(
template <>
bool diagram::add_with_filesystem_path<common::model::package>(
const common::model::path &parent_path,
const common::model::path & /*parent_path*/,
std::unique_ptr<common::model::package> &&p)
{
LOG_DBG("Adding filesystem package: {}, {}", p->name(), p->full_name(true));