Subject: Re: silencing gcc
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: current-users
Date: 10/27/2005 20:17:15
In article <20051027182844.GK16701@quartz.itdept.newn.cam.ac.uk>,
Patrick Welche  <prlw1@newn.cam.ac.uk> wrote:
>How does one silence
>
>../../../../dev/usb/ehci.c:1222: warning: `ehci_dump' defined but not used
>
>? (It is meant to be defined but not used..)
>

__attribute__((__unused__))

christos