[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [Qemu-devel] [PATCH v4] s390/ipl: fix ipl with -no-rebo
From: |
Christian Borntraeger |
Subject: |
Re: [qemu-s390x] [Qemu-devel] [PATCH v4] s390/ipl: fix ipl with -no-reboot |
Date: |
Fri, 22 Jun 2018 15:29:04 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
On 06/22/2018 03:22 PM, address@hidden wrote:
> Hi,
>
> This series failed address@hidden build test. Please find the testing
> commands and
> their output below. If you have Docker installed, you can probably reproduce
> it
> locally.
>
[...]
> CC os-win32.o
> CC bt-host.o
> CC bt-vhci.o
> CC dma-helpers.o
> CC vl.o
> CC tpm.o
> CC device_tree.o
> /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;
> ^~~
> cc1: all warnings being treated as errors
This seems unrelated to the patch?