Skip to content

Commit a27b655

Browse files
committed
cppcheck.cpp: suppress unusedFunction selfcheck warning
1 parent bf82305 commit a27b655

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
@@ -1853,6 +1853,7 @@ void CppCheck::removeCtuInfoFiles(const std::map<std::string, std::size_t> &file
18531853
}
18541854
}
18551855

1856+
// cppcheck-suppress unusedFunction - only used in tests
18561857
void CppCheck::resetTimerResults()
18571858
{
18581859
s_timerResults.reset();

0 commit comments

Comments
 (0)