Try to make Travis happy

This commit is contained in:
Daniel Marjamäki 2019-09-26 21:43:29 +02:00
parent 371babc322
commit dffae8f7d9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace {
} }
void symbolRange(const Token *tok, ExprEngine::ValuePtr value) { void symbolRange(const Token *tok, ExprEngine::ValuePtr value) {
if (!tok) if (!tok || !value)
return; return;
const std::string &symbolicExpression = value->getSymbolicExpression(); const std::string &symbolicExpression = value->getSymbolicExpression();
if (symbolicExpression[0] != '$') if (symbolicExpression[0] != '$')