qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5534] Suppress a GCC warning about unused function
Date: Sat, 25 Oct 2008 11:26:42 +0000	[thread overview]
Message-ID: <E1KthI2-0006kQ-7w@cvs.savannah.gnu.org> (raw)

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	other threads:[~2008-10-25 11:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KthI2-0006kQ-7w@cvs.savannah.gnu.org \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).