Page MenuHomeFreeBSD

ath: Suppress set but unused warnings
ClosedPublic

Authored by imp on Mar 1 2022, 12:28 AM.
Tags
None
Referenced Files
F153994424: D34401.id.diff
Sat, Apr 25, 7:56 AM
Unknown Object (File)
Mon, Apr 20, 6:42 PM
Unknown Object (File)
Mon, Apr 20, 4:59 AM
Unknown Object (File)
Mon, Apr 20, 12:22 AM
Unknown Object (File)
Sun, Apr 19, 10:09 PM
Unknown Object (File)
Sat, Apr 18, 11:07 PM
Unknown Object (File)
Fri, Apr 17, 11:56 AM
Unknown Object (File)
Fri, Apr 17, 11:44 AM
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