From owner-cvs-all Fri Apr 5 22:42:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 5FF8F37B43B; Fri, 5 Apr 2002 22:41:57 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA31221; Sat, 6 Apr 2002 16:41:56 +1000 Date: Sat, 6 Apr 2002 16:43:03 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/usr.bin/yacc reader.c In-Reply-To: <20020404193022.A83762@dragon.nuxi.com> Message-ID: <20020406163922.L6146-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 4 Apr 2002, David O'Brien wrote: > On Fri, Apr 05, 2002 at 01:26:37PM +1000, Bruce Evans wrote: > > uniinitialized to me. The changed version only compiles clean because > > WARNS is intentionally broken. From bsd.sys.mk: > > Could we please fix that? Certainly. Just unbreaking WARNS cause about 10 buildworld failures. We should fix the easy cases and turn on NO_WERROR in individual Makefiles for the others. (I don't like turning down WARNS in places that have already been WARNSified. It hides new warnings.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message