Skip to content

Commit

Permalink
tokenize.cpp: mitigated unusedFunction selfcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Mar 11, 2024
1 parent f0c39ae commit 174b6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tokenize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3441,6 +3441,7 @@ bool Tokenizer::simplifyTokens1(const std::string &configuration)
return true;
}

// cppcheck-suppress unusedFunction - used in tests only
bool Tokenizer::tokenize(std::istream &code,
const char FileName[],
const std::string &configuration)
Expand Down

0 comments on commit 174b6fa

Please sign in to comment.