From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgKQL-0006US-Im for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:56:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgKQJ-0006U5-W4 for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:56:17 -0400 Received: from [199.232.76.173] (port=32949 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgKQJ-0006Ty-RZ for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:56:15 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:44433) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgKQJ-0006vy-AZ for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:56:15 -0400 Message-ID: <49B3DC8C.6050700@web.de> Date: Sun, 08 Mar 2009 15:56:12 +0100 From: Jan Kiszka MIME-Version: 1.0 References: <20090221190054.12485.30486.stgit@mchn012c.ww002.siemens.net> <20090221190055.12485.61603.stgit@mchn012c.ww002.siemens.net> In-Reply-To: <20090221190055.12485.61603.stgit@mchn012c.ww002.siemens.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5BA77AB86F27C37CA14C2A3E" Sender: jan.kiszka@web.de Subject: [Qemu-devel] Re: [PATCH 1/7] clean build: Add bt_host_hci prototype Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5BA77AB86F27C37CA14C2A3E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Jan Kiszka wrote: > Silence compiler warning by providing a prototype in the CONFIG_BLUEZ > case (hw/bt.h provides it otherwise). >=20 > Signed-off-by: Jan Kiszka > --- >=20 > bt-host.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) >=20 > diff --git a/bt-host.c b/bt-host.c > index 07679f6..066757a 100644 > --- a/bt-host.c > +++ b/bt-host.c > @@ -31,6 +31,8 @@ > # include > # include > # include > +/* Silence compiler warning */ > +struct HCIInfo *bt_host_hci(const char *id); > # else > # include "hw/bt.h" > # define HCI_MAX_FRAME_SIZE 1028 Thanks for applying the other patches, but this tiny one always seems to be ignored - for unknown reasons. :) Jan --------------enig5BA77AB86F27C37CA14C2A3E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkmz3IwACgkQniDOoMHTA+kk6wCfWyV4XR08mgQd3J9GpVvIzB22 wYAAn2GuiCD2hIw6i/Gwiv6qfdG7L0kr =jbrz -----END PGP SIGNATURE----- --------------enig5BA77AB86F27C37CA14C2A3E--