qemu-e2k/target
Richard Henderson b0dad618ba target/s390x: Fix brace Werror with clang 6.0.0
The warning is

target/s390x/misc_helper.c:209:21: error: suggest
      braces around initialization of subobject [-Werror,-Wmissing-braces]
    SysIB sysib = { 0 };
                    ^
                    {}

While the original code is correct, and technically exactly correct
as per ISO C89, both GCC and Clang support plain empty set of braces
as an extension.

Cc: Alexander Graf <agraf@suse.de>
Cc: David Hildenbrand <david@redhat.com>
Cc: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20180512045950.12386-5-richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
2018-05-14 17:10:02 +02:00
..
alpha
arm target-arm queue: 2018-05-11 17:41:54 +01:00
cris * Don't silently truncate extremely long words in the command line 2018-05-14 09:55:09 +01:00
hppa
i386 * Don't silently truncate extremely long words in the command line 2018-05-14 09:55:09 +01:00
lm32
m68k target/m68k: Fix build Werror with gcc 8.0.1 2018-05-11 11:12:02 +01:00
microblaze
mips * Don't silently truncate extremely long words in the command line 2018-05-14 09:55:09 +01:00
moxie
nios2
openrisc
ppc * Don't silently truncate extremely long words in the command line 2018-05-14 09:55:09 +01:00
riscv target-arm queue: 2018-05-11 17:41:54 +01:00
s390x target/s390x: Fix brace Werror with clang 6.0.0 2018-05-14 17:10:02 +02:00
sh4
sparc
tilegx
tricore
unicore32
xtensa target-arm queue: 2018-05-11 17:41:54 +01:00