Skip to content

Commit b1ff85e

Browse files
committed
cppcheck.cpp: suppress unusedFunction selfcheck warning
1 parent 086f489 commit b1ff85e

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
@@ -1846,6 +1846,7 @@ void CppCheck::removeCtuInfoFiles(const std::map<std::string, std::size_t> &file
18461846
}
18471847
}
18481848

1849+
// cppcheck-suppress unusedFunction - only used in tests
18491850
void CppCheck::resetTimerResults()
18501851
{
18511852
s_timerResults.reset();

0 commit comments

Comments
 (0)