Suppress cppcheck warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-06 21:56:33 +03:00
parent c9cdd2cd8d
commit 64ebccd94b

View file

@ -1262,6 +1262,7 @@ int QmuParserTester::EqnTestWithVarChange ( const QString &a_str, double a_fVar1
int QmuParserTester::EqnTest ( const QString &a_str, double a_fRes, bool a_fPass )
{
QmuParserTester::c_iCount++;
// cppcheck-suppress variableScope
int iRet ( 0 );
qreal fVal[5] = { -999, -998, -997, -996, -995}; // initially should be different