summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-08-29 18:14:20 +0000
committerdim <dim@FreeBSD.org>2012-08-29 18:14:20 +0000
commit5e2ff0d24ffdb3748f96775413282c0514875ec6 (patch)
treec8cc98ae0671028886e0c1f17bd7fd89a2ebde43 /sys/conf/files
parent13dd70acbfc7697f51dd422aca571541729fd167 (diff)
downloadFreeBSD-src-5e2ff0d24ffdb3748f96775413282c0514875ec6.zip
FreeBSD-src-5e2ff0d24ffdb3748f96775413282c0514875ec6.tar.gz
Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, since
the fix has been applied now.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index a95e045..1e67a9a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -767,7 +767,7 @@ dev/ath/ath_hal/ah_eeprom_v4k.c \
# XXX Work around clang warning, until maintainer approves fix.
dev/ath/ath_hal/ah_eeprom_9287.c \
optional ath_hal | ath_ar9287 \
- compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED} -I$S/dev/ath"
+ compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/ath_hal/ah_regdomain.c optional ath \
compile-with "${NORMAL_C} ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW} -I$S/dev/ath"
# ar5210
OpenPOWER on IntegriCloud