From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KthI4-0004Xg-Im for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:26:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KthI3-0004XA-QX for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:26:44 -0400 Received: from [199.232.76.173] (port=54352 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KthI3-0004X6-NQ for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:26:43 -0400 Received: from savannah.gnu.org ([199.232.41.3]:44508 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KthI3-0001Jp-IR for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:26:43 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KthI2-0006kU-Kr for qemu-devel@nongnu.org; Sat, 25 Oct 2008 11:26:42 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KthI2-0006kQ-7w for qemu-devel@nongnu.org; Sat, 25 Oct 2008 11:26:42 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sat, 25 Oct 2008 11:26:42 +0000 Subject: [Qemu-devel] [5534] Suppress a GCC warning about unused function Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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) {