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

@@ -207,7 +207,7 @@ void clang_visitor::visit_tparam_command(
void clang_visitor::visit_paragraph(
const clang::comments::ParagraphComment *paragraph,
const clang::comments::CommandTraits &traits, std::string &text)
const clang::comments::CommandTraits & /*traits*/, std::string &text)
{
using clang::comments::Comment;
using clang::comments::TextComment;