mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue