Add missing __unused attributes to unused function arguments.
This fixes the userspace build of libteken.
This commit is contained in:
parent
d4fbe32c65
commit
7c27c925f4
@ -372,7 +372,7 @@ teken_subr_cursor_up(teken_t *t, unsigned int nrows)
|
||||
}
|
||||
|
||||
static void
|
||||
teken_subr_set_cursor_style(teken_t *t, unsigned int style)
|
||||
teken_subr_set_cursor_style(teken_t *t __unused, unsigned int style __unused)
|
||||
{
|
||||
|
||||
/* TODO */
|
||||
|
Loading…
Reference in New Issue
Block a user