qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5534] Suppress a GCC warning about unused function


From: Blue Swirl
Subject: [Qemu-devel] [5534] Suppress a GCC warning about unused function
Date: Sat, 25 Oct 2008 11:26:42 +0000

Revision: 5534
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5534
Author:   blueswir1
Date:     2008-10-25 11:26:41 +0000 (Sat, 25 Oct 2008)

Log Message:
-----------
Suppress a GCC warning about unused function

Modified Paths:
--------------
    trunk/vl.c

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c  2008-10-25 11:25:48 UTC (rev 5533)
+++ trunk/vl.c  2008-10-25 11:26:41 UTC (rev 5534)
@@ -5361,6 +5361,7 @@
 static int nb_hcis;
 static int cur_hci;
 static struct HCIInfo *hci_table[MAX_NICS];
+#if 0
 static struct bt_vlan_s {
     struct bt_scatternet_s net;
     int id;
@@ -5383,6 +5384,7 @@
     *pvlan = vlan;
     return &vlan->net;
 }
+#endif
 
 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len)
 {






reply via email to

[Prev in Thread] Current Thread [Next in Thread]