Use valSeen since it results in unused warning otherwise
Change-Id: Iccfa4b895d9e50227efa1747ea20ce07ce70327e Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
fa6ca58b8b
commit
9dc7f84839
@ -122,7 +122,8 @@ qint64 QBenchmarkValgrindUtils::extractResult(const QString &fileName)
|
||||
break;
|
||||
}
|
||||
}
|
||||
Q_ASSERT(valSeen);
|
||||
if (!valSeen)
|
||||
qFatal("Failed to extract result");
|
||||
return val;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user