Page MenuHomeFreeBSD

bsd.sys.mk: Re-enable -Wunused-but-set-variable for clang 13+.
ClosedPublic

Authored by jhb on Jun 20 2023, 4:34 PM.
Tags
None
Referenced Files
F169745683: D40674.id123919.diff
Wed, Sep 2, 10:55 AM
F169704773: D40674.diff
Wed, Sep 2, 8:25 AM
F169525852: D40674.id.diff
Tue, Sep 1, 7:50 PM
Unknown Object (File)
Mon, Aug 31, 11:09 PM
Unknown Object (File)
Mon, Aug 31, 10:33 AM
Unknown Object (File)
Mon, Aug 31, 8:02 AM
Unknown Object (File)
Sun, Aug 30, 11:54 AM
Unknown Object (File)
Sat, Aug 29, 9:53 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jun 20 2023, 4:34 PM

I started on just trying to bring GCC up to par with clang (only disabling it for WARNS < 3) but accidentally had enabled it always for GCC when I got to the end, so I went ahead and just enabled it for clang as well and got make tinderbox working. The result is this stack/series (as well as about 20 commits or so I just pushed to main that were trivial enough to not warrant review IMO).

This revision is now accepted and ready to land.Jun 20 2023, 4:57 PM

Great, let's prevent more of these getting into the tree! :)