Cppcheck warnings.
--HG-- branch : develop
This commit is contained in:
parent
80f00b361d
commit
67614bcd0b
|
@ -663,7 +663,7 @@ bool QmuParserTokenReader::IsOprt ( token_type &a_Tok )
|
|||
}
|
||||
|
||||
// Check if the operator is a built in operator, if so ignore it here
|
||||
const QStringList pOprtDef = m_pParser->GetOprtDef();
|
||||
const QStringList &pOprtDef = m_pParser->GetOprtDef();
|
||||
QStringList::const_iterator constIterator;
|
||||
for ( constIterator = pOprtDef.constBegin(); m_pParser->HasBuiltInOprt() && constIterator != pOprtDef.constEnd();
|
||||
++constIterator )
|
||||
|
|
Loading…
Reference in New Issue
Block a user