提交 8a6e30f1 编写于 作者: E Eric Blake

build: fix 32-bit test failure

Same fix as commit 1fc288e1.

* tests/hashtest.c (testHashRemoveForEach): Use correct format.
上级 1671d1dc
......@@ -360,7 +360,7 @@ testHashForEach(const void *data ATTRIBUTE_UNUSED)
if (count != ARRAY_CARDINALITY(uuids)) {
if (virTestGetVerbose()) {
testError("\nvirHashForEach didn't go through all entries,"
" %d != %lu\n",
" %d != %zu\n",
count, ARRAY_CARDINALITY(uuids));
}
goto cleanup;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册