diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index 5381901b505..153f7b42402 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -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) { }