On 22 June 2018 at 13:59, Peter Maydell <[email protected]> wrote: > 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]>
Now applied to master, thanks. -- PMM
