From e942f54609255e62fd09f4311b8ecf03002713a3 Mon Sep 17 00:00:00 2001 From: emax Date: Thu, 21 Sep 2006 17:16:37 +0000 Subject: Pacify new GCC4 warnings. Submitted by: kan MFC after: 1 week --- usr.sbin/bluetooth/hccontrol/link_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bluetooth/hccontrol') diff --git a/usr.sbin/bluetooth/hccontrol/link_control.c b/usr.sbin/bluetooth/hccontrol/link_control.c index 6123e44..ea880cd 100644 --- a/usr.sbin/bluetooth/hccontrol/link_control.c +++ b/usr.sbin/bluetooth/hccontrol/link_control.c @@ -42,7 +42,7 @@ static int hci_inquiry(int s, int argc, char **argv) { int n0, n1, n2, timo; - uint8_t b[512]; + char b[512]; ng_hci_inquiry_cp cp; ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b; -- cgit v1.1