svn commit: r366680 - head/tools/tools/ath

Adrian Chadd adrian at FreeBSD.org
Tue Oct 13 18:36:35 UTC 2020


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


More information about the svn-src-head mailing list