mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
cred: annotate credbatch_process argument as unused
Fixes libprocstat compilation as zfs defines _KERNEL.
This commit is contained in:
parent
5596f836e7
commit
6b45dbe56c
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ credbatch_prep(struct credbatch *crb)
|
|||
}
|
||||
void credbatch_add(struct credbatch *crb, struct thread *td);
|
||||
static inline void
|
||||
credbatch_process(struct credbatch *crb)
|
||||
credbatch_process(struct credbatch *crb __unused)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue