Skip to content

Commit beed699

Browse files
committed
Add comment on unused function
1 parent 71bec71 commit beed699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/preprocessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void Preprocessor::inlineSuppressions(const simplecpp::TokenList &tokens, Suppre
312312
}
313313
}
314314

315-
// cppcheck-suppress unusedFunction
315+
// cppcheck-suppress unusedFunction - only used in tests
316316
std::vector<RemarkComment> Preprocessor::getRemarkComments(const simplecpp::TokenList &tokens) const
317317
{
318318
std::vector<RemarkComment> ret;

0 commit comments

Comments
 (0)