Skip to content

Commit 174b6fa

Browse files
committed
tokenize.cpp: mitigated unusedFunction selfcheck warning
1 parent f0c39ae commit 174b6fa

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
@@ -3441,6 +3441,7 @@ bool Tokenizer::simplifyTokens1(const std::string &configuration)
34413441
return true;
34423442
}
34433443

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

0 commit comments

Comments
 (0)