* [Qemu-devel] [5534] Suppress a GCC warning about unused function
@ 2008-10-25 11:26 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-25 11:26 UTC (permalink / raw)
To: qemu-devel
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)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-25 11:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-25 11:26 [Qemu-devel] [5534] Suppress a GCC warning about unused function Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).