Page MenuHomeFreeBSD

ath: Suppress set but unused warnings
ClosedPublic

Authored by imp on Mar 1 2022, 12:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 28, 5:55 PM
Unknown Object (File)
Tue, Aug 12, 10:41 PM
Unknown Object (File)
Mon, Aug 4, 3:47 PM
Unknown Object (File)
Jul 25 2025, 8:57 AM
Unknown Object (File)
Jul 24 2025, 5:50 AM
Unknown Object (File)
Jul 19 2025, 11:09 PM
Unknown Object (File)
Jul 19 2025, 10:07 PM
Unknown Object (File)
Jul 19 2025, 9:12 PM
Subscribers
None

Details

Summary

The ath driver has a lof of these warnings. It's an older driver in the
tree, so supress these warnings until they can be fixed. They are a mix
of simple dead stores, debubgging output and stuff that would require
careful study to know if its safe to remove the access or not (there are
likely very few of the latter, but if there are any they are latent bugs
that compiler could optimize away).

Sponsored by: Netflix

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44606
Build 41494: arc lint + arc unit