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)
Tue, Nov 5, 12:05 PM
Unknown Object (File)
Fri, Oct 25, 12:17 AM
Unknown Object (File)
Fri, Oct 25, 12:17 AM
Unknown Object (File)
Thu, Oct 24, 11:57 PM
Unknown Object (File)
Oct 12 2024, 9:20 AM
Unknown Object (File)
Oct 12 2024, 8:45 AM
Unknown Object (File)
Oct 5 2024, 6:29 AM
Unknown Object (File)
Sep 12 2024, 8:15 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