diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2022-08-14 19:27:16 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2022-08-14 19:27:35 +0000 |
commit | 57cdd13d072e56bf68c7b3d3b446aaf01288e12b (patch) | |
tree | 97d1ce93fb822660b674dbe48deddedea5b336f9 /cddl/contrib/opensolaris/head | |
parent | e967183cb030dfc349c264520e5710bac70bcdd4 (diff) | |
download | src-main.tar.gz src-main.zip |
With clang 15, the following -Werror warning is produced:
sys/netinet/tcp_stacks/rack.c:17405:12: error: variable 'outstanding' set but not used [-Werror,-Wunused-but-set-variable]
uint32_t outstanding;
^
The 'outstanding' variable was used later in the rack_output() function,
but refactoring in 35c7bb340788f removed the usage. To avoid too much
code churn, mark the variable unused to supress the warning.
MFC after: 3 days
Diffstat (limited to 'cddl/contrib/opensolaris/head')
0 files changed, 0 insertions, 0 deletions