Author: adrian
Date: Thu Mar 14 00:27:53 2013
New Revision: 248259
URL: http://svnweb.freebsd.org/changeset/base/248259

Log:
  Disable warning/errors for two files for now - they don't compile clean
  with clang.
  
  I'll work on this soon.

Modified:
  head/sys/modules/ath/Makefile

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile       Wed Mar 13 22:50:14 2013        
(r248258)
+++ head/sys/modules/ath/Makefile       Thu Mar 14 00:27:53 2013        
(r248259)
@@ -162,3 +162,7 @@ CWARNFLAGS.ah_regdomain.c=  ${NO_WSHIFT_C
 # 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}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to