aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2012-11-15 06:58:18 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2012-11-15 06:58:18 +0000
commit5b1723eb26e8d5c1a0676087403378169575ebd6 (patch)
tree4fc15f38058139cad941fed074d6f9b094745e4e /sys/conf/files
parent701791c75ba23de4c225952ba07b98042953c7bc (diff)
downloadsrc-5b1723eb26e8d5c1a0676087403378169575ebd6.tar.gz
src-5b1723eb26e8d5c1a0676087403378169575ebd6.zip
Enable back the clang warning in if_ath.c.
Notes
Notes: svn path=/head/; revision=243066
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 5554ec005580..22df87ff408a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -701,9 +701,8 @@ dev/ath/if_ath_pci.c optional ath_pci pci \
dev/ath/if_ath_ahb.c optional ath_ahb \
compile-with "${NORMAL_C} -I$S/dev/ath"
#
-# XXX Work around clang warning, until maintainer approves fix.
dev/ath/if_ath.c optional ath \
- compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED} -I$S/dev/ath"
+ compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_beacon.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_debug.c optional ath \