summaryrefslogtreecommitdiff
path: root/sys/dev/sound/midi
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-01-23 22:18:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-01-23 22:18:41 +0000
commit399fde35e88894d6819d41a218015c5daf8d7912 (patch)
treea51783e9597744b46633cc29f8aa71626aa49d70 /sys/dev/sound/midi
parentb787813727f2bafae1688fb9c52864c1d0cbd818 (diff)
Notes
Diffstat (limited to 'sys/dev/sound/midi')
-rw-r--r--sys/dev/sound/midi/sequencer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c
index 9ba15a4899d0..bf29cac0b2c0 100644
--- a/sys/dev/sound/midi/sequencer.c
+++ b/sys/dev/sound/midi/sequencer.c
@@ -161,8 +161,8 @@ static void seq_midiinput(sc_p scp, mididev_info *md);
static int seq_copytoinput(sc_p scp, u_char *event, int len);
static int seq_extended(sc_p scp, u_char *event);
static int seq_chnvoice(sc_p scp, u_char *event);
-static int seq_findvoice(mididev_info *md, int chn, int note);
-static int seq_allocvoice(mididev_info *md, int chn, int note);
+static int seq_findvoice(mididev_info *md, int chn, int note) __unused;
+static int seq_allocvoice(mididev_info *md, int chn, int note) __unused;
static int seq_chncommon(sc_p scp, u_char *event);
static int seq_timing(sc_p scp, u_char *event);
static int seq_local(sc_p scp, u_char *event);