Date: Thu, 7 Aug 2014 09:38:27 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269660 - head/usr.bin/m4 Message-ID: <53e34913.57b3.49fb1b0f@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e34913.57b3.49fb1b0f>