提交 a946c50d 编写于 作者: C Cole Robinson

tests: eventtest: Fix coverity warning

We can ignore the result of virtTestResult here, because failure is
unconditionally reported by the callers
上级 7cdf944b
......@@ -92,7 +92,7 @@ testEventReport(const char *name, bool failed, const char *msg, ...)
data.failed = failed;
data.msg = str;
virtTestRun(name, testEventResultCallback, &data);
ignore_value(virtTestRun(name, testEventResultCallback, &data));
va_end(vargs);
VIR_FREE(str);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册