Fixes: qemu/hw/pc.c: In function ‘pc_init1’: qemu/hw/pc.c:812: warning: unused variable ‘opt_rom_offset’
Signed-off-by: Mark McLoughlin <[email protected]> --- qemu/hw/pc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu/hw/pc.c b/qemu/hw/pc.c index 3038cd3..7120b1b 100644 --- a/qemu/hw/pc.c +++ b/qemu/hw/pc.c @@ -809,7 +809,7 @@ static void pc_init1(ram_addr_t ram_size, int vga_ram_size, int ret, linux_boot, i; ram_addr_t ram_addr, vga_ram_addr, bios_offset, vga_bios_offset; ram_addr_t below_4g_mem_size, above_4g_mem_size = 0; - int bios_size, isa_bios_size, vga_bios_size, opt_rom_offset; + int bios_size, isa_bios_size, vga_bios_size; int pci_option_rom_offset; PCIBus *pci_bus; int piix3_devfn = -1; -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
