summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-17 13:02:39 +0000
committerbapt <bapt@FreeBSD.org>2013-06-17 13:02:39 +0000
commit15dd8ebc0e6236a806690d3694402e6b8ca0088c (patch)
tree433a5f059cc3f99651bad90bcef5cd36e85bf388 /gnu/lib
parent13a7aa411fc08dbb96571b21c54bfa42014d0b13 (diff)
downloadFreeBSD-src-15dd8ebc0e6236a806690d3694402e6b8ca0088c.zip
FreeBSD-src-15dd8ebc0e6236a806690d3694402e6b8ca0088c.tar.gz
lower the WARNS to 1 again until I have more time to figure out the problems with WARNS=4
Reported by: gavin
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libdialog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index f2f124f..527be30 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -15,6 +15,6 @@ MAN= dialog.3
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
.PATH: ${DIALOG}
-WARNS?= 4
+WARNS?= 1
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud