mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3616 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b0b3de8988
commit
bd37ec2141
3 changed files with 8 additions and 3 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue