mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
With clang 15, the following -Werror warning is produced:
sys/dev/xen/blkback/blkback.c:1561:12: error: variable 'req_seg_idx' set but not used [-Werror,-Wunused-but-set-variable]
u_int req_seg_idx;
^
The 'req_seg_idx' variable was used in the for loop later in the
xbb_dispatch_io() function, but refactoring in
|
||
|---|---|---|
| .. | ||
| blkback.c | ||