suspicious condition: commented out the check temporarily - there are some false positives I'll need to fix

This commit is contained in:
Daniel Marjamäki 2011-03-09 22:29:50 +01:00
parent db48158b28
commit e94ebd829d
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ public:
checkOther.checkAssignmentInAssert();
checkOther.checkSizeofForArrayParameter();
checkOther.checkSelfAssignment();
checkOther.clarifyCondition(); // not simplified because ifAssign
// I'll just fix a few false positives and then uncomment
// checkOther.clarifyCondition(); // not simplified because ifAssign
}
/** @brief Run checks against the simplified token list */