aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-10-20 21:33:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-10-20 21:33:34 +0000
commit6794a0c94c02f369cd6f584eb7b6520a1622acd0 (patch)
tree1e76c335f9ee1895f6e53e77abf6522877db1bfb /gnu/usr.bin
parent594fb8f519883b8093fea88b41cbfc17286dda28 (diff)
downloadsrc-6794a0c94c02f369cd6f584eb7b6520a1622acd0.tar.gz
src-6794a0c94c02f369cd6f584eb7b6520a1622acd0.zip
Bring back the WARNS level to what it used to be to please gcc arches at least
Notes
Notes: svn path=/head/; revision=339495
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/dialog/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index 71496f774830..6e8ebe5f9a53 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -7,4 +7,6 @@ LIBADD= dialog ncursesw m
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}
+WARNS?= 6
+
.include <bsd.prog.mk>