diff --git a/lib/checkother.h b/lib/checkother.h index cc31e455c..75dfc5f25 100644 --- a/lib/checkother.h +++ b/lib/checkother.h @@ -87,6 +87,7 @@ public: checkOther.checkIncompleteStatement(); checkOther.checkPipeParameterSize(); checkOther.checkRedundantCopy(); + checkOther.clarifyCalculation(); } /** @brief Run checks against the simplified token list */ @@ -94,7 +95,6 @@ public: CheckOther checkOther(tokenizer, settings, errorLogger); // Checks - checkOther.clarifyCalculation(); checkOther.clarifyStatement(); checkOther.checkPassByReference(); checkOther.checkCastIntToCharAndBack();