Re: git: 86fa80f320dc - main - rack: Remove unused variable.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Tue, 12 Apr 2022 22:03:43 UTC
On 4/12/22 2:59 PM, John Baldwin wrote:
> The branch main has been updated by jhb:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=86fa80f320dcd5773c55ba0d74173a3d06f2d755
> 
> commit 86fa80f320dcd5773c55ba0d74173a3d06f2d755
> Author:     John Baldwin <jhb@FreeBSD.org>
> AuthorDate: 2022-04-12 21:59:00 +0000
> Commit:     John Baldwin <jhb@FreeBSD.org>
> CommitDate: 2022-04-12 21:59:00 +0000
> 
>      rack: Remove unused variable.

I have 8 pending patches in review, but with those I'm currently able to build
GENERIC on amd64, i386, aarch64, armv7, riscv64, powerpc, and powerpc64 (GENERIC64)
as well as amd64 LINT with -Wunused-but-set-variable as its default of an error.
I will probably do an actual tinderbox next to see what remains.  Once tinderbox
is clean and all the patches are merged, I'd like to remove the recently-added
build option to mute this warning and leave it as a fatal error going forward.

-- 
John Baldwin