Try to make Travis happy
This commit is contained in:
parent
371babc322
commit
dffae8f7d9
|
@ -62,7 +62,7 @@ namespace {
|
|||
}
|
||||
|
||||
void symbolRange(const Token *tok, ExprEngine::ValuePtr value) {
|
||||
if (!tok)
|
||||
if (!tok || !value)
|
||||
return;
|
||||
const std::string &symbolicExpression = value->getSymbolicExpression();
|
||||
if (symbolicExpression[0] != '$')
|
||||
|
|
Loading…
Reference in New Issue