summaryrefslogtreecommitdiff
path: root/tools/tools/ath
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2020-10-13 18:36:35 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2020-10-13 18:36:35 +0000
commitb867b327e2b6753e097c4b2fd6a9436deae26a07 (patch)
treefb7da2c5b08c0e7edab859f167a2773316a69264 /tools/tools/ath
parent8de51ca4f933333daa0c2630fae5167bb754a64a (diff)
downloadsrc-test2-b867b327e2b6753e097c4b2fd6a9436deae26a07.tar.gz
src-test2-b867b327e2b6753e097c4b2fd6a9436deae26a07.zip
[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.
Notes
Notes: svn path=/head/; revision=366680
Diffstat (limited to 'tools/tools/ath')
-rw-r--r--tools/tools/ath/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/ath/Makefile.inc b/tools/tools/ath/Makefile.inc
index d0ed24b041f4..0eb8bb998aee 100644
--- a/tools/tools/ath/Makefile.inc
+++ b/tools/tools/ath/Makefile.inc
@@ -5,6 +5,8 @@ MAN=
ATH_DEFAULT= ath0
+WARNS?= 0
+
CFLAGS+=-DATH_DEFAULT='"${ATH_DEFAULT}"'
CFLAGS+=-I${.CURDIR}
CFLAGS+=-I${.CURDIR}/../common