summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-03-14 00:27:53 +0000
committeradrian <adrian@FreeBSD.org>2013-03-14 00:27:53 +0000
commit8201b382261da81a76bb1140623e7dafd56be51f (patch)
tree12b7971a716c67143b9e9ba3304e7f3441309567
parent2f53ec82f99f0c480689f7273e47facfc3a8da65 (diff)
downloadFreeBSD-src-8201b382261da81a76bb1140623e7dafd56be51f.zip
FreeBSD-src-8201b382261da81a76bb1140623e7dafd56be51f.tar.gz
Disable warning/errors for two files for now - they don't compile clean
with clang. I'll work on this soon.
-rw-r--r--sys/modules/ath/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 56475f5..a880645 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -162,3 +162,7 @@ CWARNFLAGS.ah_regdomain.c= ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLO
# XXX Work around clang warnings, until maintainer approves fix.
CWARNFLAGS.if_ath.c= ${NO_WSOMETIMES_UNINITIALIZED}
CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
+
+# AR9300 HAL build overrides, as there's still some code to tidy up
+#CWARNFLAGS.ar9300_eeprom.c= ${NO_WCONSTANT_CONVERSION}
+#CWARNFLAGS.ar9300_reset.c= ${NO_WSOMETIMES_UNINITIALIZED}
OpenPOWER on IntegriCloud