syscons: silent 'set but unused' warning in some configurations

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2022-04-21 01:11:24 +03:00
parent 11fced21cc
commit d282bb42c3

View File

@ -658,7 +658,7 @@ sc_mouse_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td)
scr_stat *scp;
struct proc *p1;
int s;
int f;
int f __unused;
scp = SC_STAT(tp);