mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
Fix warning on WIN32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
9abbdbfe59
commit
dcc5e4a076
1 changed files with 0 additions and 1 deletions
|
@ -388,7 +388,6 @@ static void bdrv_raw_init(void)
|
||||||
{
|
{
|
||||||
bdrv_register(&bdrv_raw);
|
bdrv_register(&bdrv_raw);
|
||||||
bdrv_register(&bdrv_host_device);
|
bdrv_register(&bdrv_host_device);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
block_init(bdrv_raw_init);
|
block_init(bdrv_raw_init);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue