Skip to content

Commit ea912fe

Browse files
committed
testsingleexecutor.cpp: suppress performance-unnecessary-value-param clang-tidy warnings
1 parent fdcd288 commit ea912fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/testsingleexecutor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class TestSingleExecutor : public TestFixture {
6565
settings.showtime = showtime;
6666
if (plistOutput)
6767
settings.plistOutput = plistOutput;
68+
// NOLINTNEXTLINE(performance-unnecessary-value-param)
6869
CppCheck cppcheck(*this, true, [](std::string,std::vector<std::string>,std::string,std::string&){
6970
return false;
7071
});

0 commit comments

Comments
 (0)