Label inp as unused in the non-INVARIANTS case
This commit is contained in:
parent
f001eabf3a
commit
8815ab518a
@ -296,12 +296,12 @@ void inp_wlock_assert(struct inpcb *);
|
||||
void inp_wunlock_assert(struct inpcb *);
|
||||
#else
|
||||
static __inline void
|
||||
inp_wlock_assert(struct inpcb *inp)
|
||||
inp_wlock_assert(struct inpcb *inp __unused)
|
||||
{
|
||||
}
|
||||
|
||||
static __inline void
|
||||
inp_wunlock_assert(struct inpcb *inp)
|
||||
inp_wunlock_assert(struct inpcb *inp __unused)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user