Author: adrian
Date: Tue Oct 13 18:36:35 2020
New Revision: 366680
URL: https://svnweb.freebsd.org/changeset/base/366680

Log:
  [ath] Set WARNS to 0 here for now
  
  There are still more warnings to fix here, but gcc on mips treats a lot
  of these as failures.
  
  So stop it stopping me for now whilst I fix them.

Modified:
  head/tools/tools/ath/Makefile.inc

Modified: head/tools/tools/ath/Makefile.inc
==============================================================================
--- head/tools/tools/ath/Makefile.inc   Tue Oct 13 18:35:43 2020        
(r366679)
+++ head/tools/tools/ath/Makefile.inc   Tue Oct 13 18:36:35 2020        
(r366680)
@@ -5,6 +5,8 @@ MAN=
 
 ATH_DEFAULT=   ath0
 
+WARNS?=        0
+
 CFLAGS+=-DATH_DEFAULT='"${ATH_DEFAULT}"'
 CFLAGS+=-I${.CURDIR}
 CFLAGS+=-I${.CURDIR}/../common
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to