Applied misc-unused-parameters clang-tidy fixes

This commit is contained in:
Bartek Kryza
2022-12-21 17:34:44 +01:00
parent 217edd27bd
commit a907769c38
8 changed files with 22 additions and 19 deletions

View File

@@ -190,7 +190,7 @@ void diagram::add_if_stmt(
void diagram::end_if_stmt(
const common::model::diagram_element::id_t current_caller_id,
common::model::message_t type)
common::model::message_t /*type*/)
{
using clanguml::common::model::message_t;