On 22 June 2018 at 13:58, Eric Blake <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> thanks -- PMM
