On 22 June 2018 at 13:59, Peter Maydell <peter.mayd...@linaro.org> wrote:
> On 22 June 2018 at 13:58, Eric Blake <ebl...@redhat.com> 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 <ebl...@redhat.com>
>> ---
>>
>> 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 <peter.mayd...@linaro.org>

Now applied to master, thanks.

-- PMM

Reply via email to