Skip to content

Commit 92cbc6c

Browse files
committed
tokenize.cpp: mitigated unusedFunction selfcheck warning
1 parent c8de69b commit 92cbc6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tokenize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3440,6 +3440,7 @@ bool Tokenizer::simplifyTokens1(const std::string &configuration)
34403440
return true;
34413441
}
34423442

3443+
// cppcheck-suppress unusedFunction - used in tests only
34433444
bool Tokenizer::tokenize(std::istream &code,
34443445
const char FileName[],
34453446
const std::string &configuration)

0 commit comments

Comments
 (0)