Fixed #1626 ('Unusual pointer arithmetic' false positive)

This commit is contained in:
Daniel Marjamäki 2010-04-26 21:43:01 +02:00
parent 0444ff5298
commit 9430089532
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,7 @@ public:
checkOther.functionVariableUsage();
checkOther.checkVariableScope();
checkOther.checkStructMemberUsage();
checkOther.strPlusChar();
}
/** @brief Run checks against the simplified token list */
@ -73,7 +74,6 @@ public:
checkOther.checkEmptyStringTest();
checkOther.postIncrement();
checkOther.strPlusChar();
checkOther.invalidFunctionUsage();
checkOther.checkZeroDivision();
checkOther.checkMathFunctions();