Merge pull request #387 from Dmitry-Me/resolveIssue1037105
Resolve CID 1037105
This commit is contained in:
commit
e7605d6f77
|
@ -756,10 +756,12 @@ static bool if_findCompare(const Token * const tokBack, bool str)
|
|||
|
||||
if (Token::Match(tok,",|==|!="))
|
||||
return true;
|
||||
if (tok) {
|
||||
if (str && tok->isComparisonOp())
|
||||
return true;
|
||||
if (tok->isArithmeticalOp()) // result is used in some calculation
|
||||
return true; // TODO: check if there is a comparison of the result somewhere
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue