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:
parent
fbcd1b6eac
commit
64d0447d4e
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user