svn commit: r251845 - head/gnu/lib/libdialog

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 17 13:02:39 UTC 2013


Author: bapt
Date: Mon Jun 17 13:02:39 2013
New Revision: 251845
URL: http://svnweb.freebsd.org/changeset/base/251845

Log:
  lower the WARNS to 1 again until I have more time to figure out the problems with WARNS=4
  
  Reported by:	gavin

Modified:
  head/gnu/lib/libdialog/Makefile

Modified: head/gnu/lib/libdialog/Makefile
==============================================================================
--- head/gnu/lib/libdialog/Makefile	Mon Jun 17 12:49:26 2013	(r251844)
+++ head/gnu/lib/libdialog/Makefile	Mon Jun 17 13:02:39 2013	(r251845)
@@ -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>


More information about the svn-src-head mailing list