Hi Peter, On 06/22/2018 02:06 PM, Peter Maydell wrote: > On 22 June 2018 at 12:33, Auger Eric <eric.au...@redhat.com> wrote: > >>> /tmp/qemu-test/src/nbd/server.c: In function 'nbd_trip': >>> /tmp/qemu-test/src/nbd/server.c:1980:19: error: 'end' may be used >>> uninitialized in this function [-Werror=maybe-uninitialized] >>> *length = end - offset; >>> ~~~~^~~~~~~~ >>> /tmp/qemu-test/src/nbd/server.c:1940:30: note: 'end' was declared here >>> uint64_t begin = offset, end; >> >> Looks this does not relate to my series or do I miss something? > > Yeah; a change in the nbd pullreq slipped through that confuses > the elderly gcc in this patchew config.
ouch. sweat. Thank you for the confirmation. Eric > > -- PMM >