From 506197d1c8a6dd9b5aa05e8541ba998d0e5e1698 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 17 Jun 2013 13:02:39 +0000 Subject: [PATCH] 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(-) diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index f2f124f6c4cb..527be3035718 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