mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-17 20:59:40 +00:00
Fix Sparse warning
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
cec9fac15d
commit
b9aaf7f859
@ -49,7 +49,7 @@ struct DeviceType {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* This is a nasty hack to allow passing a NULL bus to qdev_create. */
|
/* This is a nasty hack to allow passing a NULL bus to qdev_create. */
|
||||||
BusState *main_system_bus;
|
static BusState *main_system_bus;
|
||||||
|
|
||||||
static DeviceType *device_type_list;
|
static DeviceType *device_type_list;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user