HomeFreeBSD

ath: Suppress set but unused warnings

Description

ath: Suppress set but unused warnings

The ath driver has a lot of these warnings. It's an older driver, so
just 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). Since I have no ath hardware to test
on anymore, take the conservative approach.

Sponsored by: Netflix

Details

Provenance
impAuthored on Mar 1 2022, 12:26 AM
Parents
rG094f1dc40e78: g_part: Allow attributes to be querried
Branches
Unknown
Tags
Unknown