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>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to