Skip to content

Commit

Permalink
Update checkother.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Jun 17, 2024
1 parent 9c64a3d commit f304cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/checkother.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ class CPPCHECKLIB CheckOther : public Check {
void redundantAssignmentError(const Token *tok1, const Token* tok2, const std::string& var, bool inconclusive);
void redundantInitializationError(const Token *tok1, const Token* tok2, const std::string& var, bool inconclusive);
void redundantAssignmentInSwitchError(const Token *tok1, const Token *tok2, const std::string &var);
void redundantAssignmentSameValueError(const Token *tok1, const Token *tok2, const std::string &var);
void redundantCopyError(const Token *tok1, const Token* tok2, const std::string& var);
void redundantBitwiseOperationInSwitchError(const Token *tok, const std::string &varname);
void suspiciousCaseInSwitchError(const Token* tok, const std::string& operatorString);
Expand Down

0 comments on commit f304cee

Please sign in to comment.