Cppcheck warnings.
--HG-- branch : develop
This commit is contained in:
parent
5db01b03f2
commit
585618e3fc
|
@ -757,7 +757,6 @@ void QmuParserBase::ApplyFunc( QStack<token_type> &a_stOpt, QStack<token_type> &
|
||||||
}
|
}
|
||||||
|
|
||||||
token_type funTok = a_stOpt.pop();
|
token_type funTok = a_stOpt.pop();
|
||||||
// cppcheck-suppress assertWithSideEffect
|
|
||||||
assert(funTok.GetFuncAddr());
|
assert(funTok.GetFuncAddr());
|
||||||
|
|
||||||
// Binary operators must rely on their internal operator number
|
// Binary operators must rely on their internal operator number
|
||||||
|
|
Loading…
Reference in New Issue
Block a user