mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
socket: plug set-but-not-used vars
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
35273e2099
commit
af40f9bfa6
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ soaio_process_job(struct socket *so, struct sockbuf *sb, struct kaiocb *job)
|
|||
struct ucred *td_savedcred;
|
||||
struct thread *td;
|
||||
struct file *fp;
|
||||
size_t cnt, done, job_total_nbytes;
|
||||
size_t cnt, done, job_total_nbytes __diagused;
|
||||
long ru_before;
|
||||
int error, flags;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue