mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ctl: plug set-but-not-unused var
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
8f3562e2ca
commit
a036d73e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -10899,7 +10899,7 @@ ctl_seq_check(union ctl_io *io1, union ctl_io *io2)
|
|||
{
|
||||
uint64_t lba1, lba2;
|
||||
uint64_t len1, len2;
|
||||
int retval;
|
||||
int retval __diagused;
|
||||
|
||||
if (io1->io_hdr.flags & CTL_FLAG_SERSEQ_DONE)
|
||||
return (CTL_ACTION_PASS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue