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
Unknown Object (File)
Tue, Nov 18, 11:14 PM
Unknown Object (File)
Sun, Nov 16, 2:10 AM
Unknown Object (File)
Sat, Nov 15, 11:07 PM
Unknown Object (File)
Tue, Nov 4, 4:38 AM
Unknown Object (File)
Sat, Oct 25, 3:34 PM
Unknown Object (File)
Sep 30 2025, 3:12 AM
Unknown Object (File)
Sep 25 2025, 8:12 PM
Unknown Object (File)
Sep 25 2025, 2:42 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 52209
Build 49100: arc lint + arc unit

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! :)