Re: [GIT PULL] Clang build fix for 7.1
From: Linus Torvalds
Date: Fri Apr 24 2026 - 12:34:57 EST
On Thu, 23 Apr 2026 at 17:04, Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> Please pull this single build fix for an instance of a new clang
> subwarning under -Wunused-but-set-variable, -Wunused-but-set-global,
> that appears in certs/extract-cert.c. If there are any issues, please
> let me know.
Ugh. I've pulled this, but this is very ugly and does not make the
source code better.
So if these patterns keep happening, I think the whole warning should
just be removed.
Linus