diff --git a/lib/checkother.h b/lib/checkother.h index 2855c5bb1..f845332c3 100644 --- a/lib/checkother.h +++ b/lib/checkother.h @@ -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 */