diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-11 19:50:22 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-11 19:50:22 +0000 |
commit | bd37ec214154c0bd863e1b36a2a945169808e620 (patch) | |
tree | 95243624b7c4306c5a61e84e334842828c52ccd3 /hw/gt64xxx.c | |
parent | b0b3de8988b9f95f168ef94f8e918402d331db63 (diff) |
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3616 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/gt64xxx.c')
-rw-r--r-- | hw/gt64xxx.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/gt64xxx.c b/hw/gt64xxx.c index fdb70b3eb2..65e16b2f75 100644 --- a/hw/gt64xxx.c +++ b/hw/gt64xxx.c @@ -1109,6 +1109,11 @@ PCIBus *pci_gt64120_init(qemu_irq *pic) GT64120State *s; PCIDevice *d; + (void)&pci_host_data_writeb; /* avoid warning */ + (void)&pci_host_data_writew; /* avoid warning */ + (void)&pci_host_data_readb; /* avoid warning */ + (void)&pci_host_data_readw; /* avoid warning */ + s = qemu_mallocz(sizeof(GT64120State)); s->pci = qemu_mallocz(sizeof(GT64120PCIState)); |