Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 05:56:16 +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: r269323 - head/usr.bin/m4
Message-ID:  <201407310556.s6V5uGWX080856@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jul 31 05:56:15 2014
New Revision: 269323
URL: http://svnweb.freebsd.org/changeset/base/269323

Log:
  lower warning level to fix build with gcc

Modified:
  head/usr.bin/m4/Makefile

Modified: head/usr.bin/m4/Makefile
==============================================================================
--- head/usr.bin/m4/Makefile	Thu Jul 31 05:12:21 2014	(r269322)
+++ head/usr.bin/m4/Makefile	Thu Jul 31 05:56:15 2014	(r269323)
@@ -16,6 +16,7 @@ NO_WMISSING_VARIABLE_DECLARATIONS=
 SRCS=	eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
 .PATH: ${.CURDIR}/lib
 SRCS+=	ohash.c
+WARNS=	3
 
 tokenizer.o: parser.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407310556.s6V5uGWX080856>