summary refs log tree commit diff stats
path: root/hw/intc/omap_intc.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2018-05-11 21:59:40 -0700
committerMichael S. Tsirkin <mst@redhat.com>2018-05-23 17:02:02 +0300
commitebf2a499a5c43d5eaee2b70ab5ae655af49d935c (patch)
tree7d4f488a0fad0de4063da1df0d6f71ab7cb96962 /hw/intc/omap_intc.c
parente3638151da2a314dda3ed862cf707b8b66aca4cb (diff)
downloadfocaccia-qemu-ebf2a499a5c43d5eaee2b70ab5ae655af49d935c.tar.gz
focaccia-qemu-ebf2a499a5c43d5eaee2b70ab5ae655af49d935c.zip
hw/virtio: Fix brace Werror with clang 6.0.0
The warning is

hw/virtio/vhost-user.c:1319:26: error: suggest braces
      around initialization of subobject [-Werror,-Wmissing-braces]
    VhostUserMsg msg = { 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: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/intc/omap_intc.c')
0 files changed, 0 insertions, 0 deletions