qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH] nbd/server: Silence gcc false positive


From: Peter Maydell
Subject: Re: [Qemu-block] [PATCH] nbd/server: Silence gcc false positive
Date: Fri, 22 Jun 2018 15:12:13 +0100

On 22 June 2018 at 13:59, Peter Maydell <address@hidden> wrote:
> On 22 June 2018 at 13:58, Eric Blake <address@hidden> wrote:
>> The code has a while() loop that always initialized 'end', and
>> the loop always executes at least once (as evidenced by the assert()
>> just prior to the loop).  But some versions of gcc still complain
>> that 'end' is used uninitialized, so silence them.
>>
>> Signed-off-by: Eric Blake <address@hidden>
>> ---
>>
>> Peter, do you want to apply this directly as a build fix, or shall
>> I submit a pull request?
>
> I'll just apply it directly.
>
> Reviewed-by: Peter Maydell <address@hidden>

Now applied to master, thanks.

-- PMM



reply via email to

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