softmmu: Silent -Wmissing-field-initializers warning
Silent when compiling with -Wextra: ../softmmu/vl.c:886:12: warning: missing field 'flags' initializer [-Wmissing-field-initializers] { NULL }, ^ Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221220143532.24958-4-philmd@linaro.org>
This commit is contained in:
parent
62b6323d1c
commit
feea81d8de
@ -883,7 +883,7 @@ static const QEMUOption qemu_options[] = {
|
||||
#define ARCHHEADING(text, arch_mask)
|
||||
|
||||
#include "qemu-options.def"
|
||||
{ NULL },
|
||||
{ /* end of list */ }
|
||||
};
|
||||
|
||||
typedef struct VGAInterfaceInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user