提交 2fe0ee97 编写于 作者: B Blue Swirl

Fix Sparse error: dubious one-bit signed bitfield

Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 f6dc18df
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册