svn commit: r257317 - head/usr.bin/yacc

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 29 08:55:10 UTC 2013


Author: bapt
Date: Tue Oct 29 08:55:09 2013
New Revision: 257317
URL: http://svnweb.freebsd.org/changeset/base/257317

Log:
  Setting WARNS=6 is useless, as it is already the default
  
  Reported by:	Sascha Wildner

Modified:
  head/usr.bin/yacc/Makefile

Modified: head/usr.bin/yacc/Makefile
==============================================================================
--- head/usr.bin/yacc/Makefile	Tue Oct 29 08:22:38 2013	(r257316)
+++ head/usr.bin/yacc/Makefile	Tue Oct 29 08:55:09 2013	(r257317)
@@ -15,6 +15,5 @@ CFLAGS+=	-DMIXEDCASE_FILENAMES=1 \
 		
 LINKS=	${BINDIR}/yacc ${BINDIR}/byacc
 MLINKS=	yacc.1 byacc.1
-WARNS=	6
 
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list