Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 18:36:35 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366680 - head/tools/tools/ath
Message-ID:  <202010131836.09DIaZE7058691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010131836.09DIaZE7058691>