Try to make Travis happy
This commit is contained in:
parent
3d78320d04
commit
7b10375683
|
@ -559,7 +559,7 @@ void CheckClass::initializeVarList(const Function &func, std::list<const Functio
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// Variable getting value from stream?
|
// Variable getting value from stream?
|
||||||
if (Token::Match(ftok, ">>|& %name% ") && isLikelyStreamRead(true, ftok)) {
|
if (Token::Match(ftok, ">>|& %name%") && isLikelyStreamRead(true, ftok)) {
|
||||||
assignVar(ftok->next()->varId(), scope, usage);
|
assignVar(ftok->next()->varId(), scope, usage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue