From 15dd8ebc0e6236a806690d3694402e6b8ca0088c Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 17 Jun 2013 13:02:39 +0000 Subject: lower the WARNS to 1 again until I have more time to figure out the problems with WARNS=4 Reported by: gavin --- gnu/lib/libdialog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.1