From owner-svn-src-all@FreeBSD.ORG Thu Aug 7 09:38:27 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B06E5D2D for ; Thu, 7 Aug 2014 09:38:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 888682D02 for ; Thu, 7 Aug 2014 09:38:27 +0000 (UTC) Received: from bapt (uid 1235) (envelope-from bapt@FreeBSD.org) id 57b3 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 09:38:27 +0000 From: Baptiste Daroussin Date: Thu, 7 Aug 2014 09:38:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269660 - head/usr.bin/m4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e34913.57b3.49fb1b0f@svn.freebsd.org> X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 09:38:27 -0000 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