mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Fix Sparse error: dubious one-bit signed bitfield
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
f6dc18df5c
commit
2fe0ee97f9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ typedef struct QEMUMachine {
|
|||
QEMUMachineInitFunc *init;
|
||||
int use_scsi;
|
||||
int max_cpus;
|
||||
int no_serial:1,
|
||||
unsigned int no_serial:1,
|
||||
no_parallel:1,
|
||||
use_virtcon:1,
|
||||
no_vga:1,
|
||||
|
|
Loading…
Reference in a new issue