mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user