Skip to content

Commit d5e69d9

Browse files
committed
remove unmatched suppression
1 parent 175b09c commit d5e69d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/threadresult.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ void ThreadResult::reportOut(const std::string &outmsg, Color /*c*/)
3434
emit log(QString::fromStdString(outmsg));
3535
}
3636

37-
// cppcheck-suppress passedByValue
3837
// NOLINTNEXTLINE(performance-unnecessary-value-param)
3938
void ThreadResult::finishCheck(CheckThread::Details details)
4039
{

0 commit comments

Comments
 (0)