/freebsd/sys/modules/ath_dfs/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath_hal_ar5210/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath_hal_ar5211/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath_hal_ar5212/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath_hal_ar9300/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath_rate/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath_hal_ar5416/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath_main/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath_hal/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/modules/ath/ |
H A D | Makefile | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
/freebsd/sys/conf/ |
H A D | kern.pre.mk | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|
H A D | files | diff 8881d206f4e68b564c2c5f50fc717086fc3e827a Tue Mar 01 01:26:00 CET 2022 Warner Losh <imp@FreeBSD.org> 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
|