Fixed clang-tidy warnings
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user