From e94ebd829d4c06179d0f222da593035f68f0d0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 9 Mar 2011 22:29:50 +0100 Subject: [PATCH] suspicious condition: commented out the check temporarily - there are some false positives I'll need to fix --- lib/checkother.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */