qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v7 00/32] Add subcluster allocation to qcow2


From: Alberto Garcia
Subject: Re: [PATCH v7 00/32] Add subcluster allocation to qcow2
Date: Tue, 26 May 2020 13:01:49 +0200
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

On Tue 26 May 2020 04:54:50 AM CEST, address@hidden wrote:
> /tmp/qemu-test/src/block/qcow2-cluster.c: In function 'qcow2_get_host_offset':
> /tmp/qemu-test/src/block/qcow2-cluster.c:473:19: error: 'expected_type' may 
> be used uninitialized in this function [-Werror=maybe-uninitialized]
>          } else if (type != expected_type) {
>                    ^

These are all false positives, these variables are never used before
they are initialized.

Berto



reply via email to

[Prev in Thread] Current Thread [Next in Thread]