Skip to content

Commit dd5d443

Browse files
committed
cppcheck.cpp: suppress unusedFunction selfcheck warning
1 parent a7cba2a commit dd5d443

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/cppcheck.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,7 @@ void CppCheck::removeCtuInfoFiles(const std::map<std::string, std::size_t> &file
18351835
}
18361836
}
18371837

1838+
// cppcheck-suppress unusedFunction - only used in tests
18381839
void CppCheck::resetTimerResults()
18391840
{
18401841
s_timerResults.reset();

0 commit comments

Comments
 (0)