aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorLandon J. Fuller <landonf@FreeBSD.org>2018-02-12 22:21:11 +0000
committerLandon J. Fuller <landonf@FreeBSD.org>2018-02-12 22:21:11 +0000
commite8a81142ab16d8b953d891a1a6a3ca8cea605749 (patch)
tree4e6b8c7dda961b2862714049e76655b65cb40112 /sys/modules
parent0bbfb20fe5db75ca161a8d8de6683e5c281931d3 (diff)
downloadsrc-e8a81142ab16d8b953d891a1a6a3ca8cea605749.tar.gz
src-e8a81142ab16d8b953d891a1a6a3ca8cea605749.zip
bwn(4): Fix outstanding bug in PHY-G tssi2dbm table generation caught by
-Wconstant-conversion, and remove now unnecessary warning suppression flags.
Notes
Notes: svn path=/head/; revision=329184
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bwn/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/modules/bwn/Makefile b/sys/modules/bwn/Makefile
index 2ce6493046b6..4d52cb589ef1 100644
--- a/sys/modules/bwn/Makefile
+++ b/sys/modules/bwn/Makefile
@@ -38,8 +38,3 @@ SRCS.BWN_GPL_PHY+= if_bwn_phy_n_ppr.c
SRCS.BWN_GPL_PHY+= if_bwn_phy_n_core.c
.include <bsd.kmod.mk>
-
-# XXX Work around clang warnings, until maintainer approves fix.
-CWARNFLAGS.if_bwn.c= ${NO_WSOMETIMES_UNINITIALIZED}
-CWARNFLAGS.if_bwn_phy_g.c= ${NO_WSOMETIMES_UNINITIALIZED} ${NO_WCONSTANT_CONVERSION}
-CWARNFLAGS.if_bwn_phy_lp.c= ${NO_WSOMETIMES_UNINITIALIZED}