diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2021-12-10 12:06:48 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2021-12-10 12:06:48 +0000 |
| commit | a036d73e8fc686262e6768e7785cede4881511b7 (patch) | |
| tree | 28d44888dab1e44a15aa6cfcd0ad4edd56277528 /sys | |
| parent | 8f3562e2ca82c6d70a7ab026c34c3012bfa6dc84 (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/cam/ctl/ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/ctl/ctl.c b/sys/cam/ctl/ctl.c index 980328c1551f..069b01cc04b1 100644 --- a/sys/cam/ctl/ctl.c +++ b/sys/cam/ctl/ctl.c @@ -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); |
