Add __unused.

It turns out my previous commit does survive a buildkernel, but not
compilation of the individual test tools that use WARNS=6.
This commit is contained in:
Ed Schouten 2009-09-24 20:34:44 +00:00
parent fbcd1b6eac
commit 64d0447d4e

View File

@ -100,7 +100,7 @@ teken_scs_uk_national(teken_t *t, teken_char_t c)
}
static teken_char_t
teken_scs_us_ascii(teken_t *t, teken_char_t c)
teken_scs_us_ascii(teken_t *t __unused, teken_char_t c)
{
/* No processing. */