提交 423477e5 编写于 作者: K Kevin Wolf

qcow2: Fix build with DEBUG_EXT enabled

Signed-off-by: NKevin Wolf <kwolf@redhat.com>
上级 d53cdb30
......@@ -89,7 +89,6 @@ static int qcow2_read_extensions(BlockDriverState *bs, uint64_t start_offset,
while (offset < end_offset) {
#ifdef DEBUG_EXT
BDRVQcowState *s = bs->opaque;
/* Sanity check */
if (offset > s->cluster_size)
printf("qcow2_read_extension: suspicious offset %lu\n", offset);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册