mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Kill a warning by marking an unused function with __unused.
This commit is contained in:
parent
8ad2668439
commit
65baa27ce6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71458
@ -139,7 +139,7 @@ static char *aac_describe_code(struct aac_code_lookup *table, u_int32_t code);
|
||||
static d_open_t aac_open;
|
||||
static d_close_t aac_close;
|
||||
static d_ioctl_t aac_ioctl;
|
||||
static int aac_ioctl_sendfib(struct aac_softc *sc, caddr_t ufib);
|
||||
static int aac_ioctl_sendfib(struct aac_softc *sc, caddr_t ufib) __unused;
|
||||
static void aac_handle_aif(struct aac_softc *sc, struct aac_aif_command *aif);
|
||||
#ifdef AAC_COMPAT_LINUX
|
||||
static int aac_linux_rev_check(struct aac_softc *sc, caddr_t udata);
|
||||
|
Loading…
Reference in New Issue
Block a user