[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [Qemu-devel] [PATCH] pc-bios/s390-ccw: Move string arra
From: |
Thomas Huth |
Subject: |
Re: [qemu-s390x] [Qemu-devel] [PATCH] pc-bios/s390-ccw: Move string arrays from bootmap header to .c file |
Date: |
Tue, 6 Mar 2018 07:05:14 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 05.03.2018 20:32, address@hidden wrote:
> Hi,
>
> This series failed build test on s390x host. Please find the details below.
[...]
> /var/tmp/patchew-tester-tmp-tbi65_5t/src/pc-bios/s390-ccw/bootmap.c:51:22:
> error: ‘vol_desc_magic’ defined but not used [-Werror=unused-const-variable=]
> static const uint8_t vol_desc_magic[] = "CD001";
> ^~~~~~~~~~~~~~
Oops, copy-n-paste error, please ignore this version of the patch! (I
wonder why my compiler did not complain here...)
Thomas