mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
With clang 15, the following -Werror warning is produced:
sys/dev/xen/blkfront/blkfront.c:602:6: error: variable 'sbp' set but not used [-Werror,-Wunused-but-set-variable]
int sbp;
^
The 'sbp' variable was used in the for loop later in the xb_dump()
function, but refactoring in
|
||
|---|---|---|
| .. | ||
| blkfront.c | ||
| block.h | ||