svn commit: r269660 - head/usr.bin/m4

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 7 09:38:27 UTC 2014


Author: bapt
Date: Thu Aug  7 09:38:27 2014
New Revision: 269660
URL: http://svnweb.freebsd.org/changeset/base/269660

Log:
  Lower warnings again to 3 the right thing would be to fix the warnings
  which will be done by discussing with upstream I want the m4 code to stay
  as close as possible to upstream.

Modified:
  head/usr.bin/m4/Makefile

Modified: head/usr.bin/m4/Makefile
==============================================================================
--- head/usr.bin/m4/Makefile	Thu Aug  7 08:09:43 2014	(r269659)
+++ head/usr.bin/m4/Makefile	Thu Aug  7 09:38:27 2014	(r269660)
@@ -15,6 +15,8 @@ NO_WMISSING_VARIABLE_DECLARATIONS=
 
 SRCS=	eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
 
+WARNS=	3
+
 tokenizer.o: parser.h
 
 CLEANFILES+=	parser.c parser.h tokenizer.o


More information about the svn-src-all mailing list