Skip to content

Commit

Permalink
Update checkother.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 10, 2024
1 parent c25379e commit 4abb362
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 @@ -318,6 +318,7 @@ class CPPCHECKLIB CheckOther : public Check {
c.checkComparisonFunctionIsAlwaysTrueOrFalseError(nullptr, "isless","varName",false);
c.checkCastIntToCharAndBackError(nullptr, "func_name");
c.cstyleCastError(nullptr);
c.suspiciousFloatingPointCastError(nullptr);
c.passedByValueError(nullptr, false);
c.constVariableError(nullptr, nullptr);
c.constStatementError(nullptr, "type", false);
Expand Down

0 comments on commit 4abb362

Please sign in to comment.