Add missing __unused attributes to unused function arguments.

This fixes the userspace build of libteken.
This commit is contained in:
Ed Schouten 2019-02-19 21:49:48 +00:00
parent d4fbe32c65
commit 7c27c925f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344308

View File

@ -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 */