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)
Sun, Apr 28, 5:48 AM
Unknown Object (File)
Jan 10 2024, 10:11 AM
Unknown Object (File)
Dec 20 2023, 3:46 AM
Unknown Object (File)
Dec 8 2023, 4:34 PM
Unknown Object (File)
Aug 15 2023, 9:43 PM
Unknown Object (File)
Mar 24 2023, 2:58 PM
Unknown Object (File)
Feb 17 2023, 2:36 AM
Unknown Object (File)
Feb 17 2023, 2:36 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