mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Suppress a GCC warning about unused function
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5534 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4761a48bcd
commit
40ea94a5d4
1 changed files with 2 additions and 0 deletions
2
vl.c
2
vl.c
|
@ -5361,6 +5361,7 @@ void do_info_network(void)
|
||||||
static int nb_hcis;
|
static int nb_hcis;
|
||||||
static int cur_hci;
|
static int cur_hci;
|
||||||
static struct HCIInfo *hci_table[MAX_NICS];
|
static struct HCIInfo *hci_table[MAX_NICS];
|
||||||
|
#if 0
|
||||||
static struct bt_vlan_s {
|
static struct bt_vlan_s {
|
||||||
struct bt_scatternet_s net;
|
struct bt_scatternet_s net;
|
||||||
int id;
|
int id;
|
||||||
|
@ -5383,6 +5384,7 @@ static struct bt_scatternet_s *qemu_find_bt_vlan(int id)
|
||||||
*pvlan = vlan;
|
*pvlan = vlan;
|
||||||
return &vlan->net;
|
return &vlan->net;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len)
|
static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue