From owner-cvs-all Tue Sep 17 5:44:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2033637B401; Tue, 17 Sep 2002 05:44:11 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A581C43E91; Tue, 17 Sep 2002 05:44:08 -0700 (PDT) (envelope-from bde@zeta.org.au) 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 WAA23813; Tue, 17 Sep 2002 22:44:06 +1000 Date: Tue, 17 Sep 2002 22:52:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Juli Mallett Cc: Alexander Kabaev , , Subject: Re: cvs commit: src/contrib/gcc c-common.h In-Reply-To: <20020916211657.A97593@FreeBSD.org> Message-ID: <20020917224610.M10920-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 Mon, 16 Sep 2002, Juli Mallett wrote: > * De: Alexander Kabaev [ Data: 2002-09-16 ] > [ Subjecte: cvs commit: src/contrib/gcc c-common.h ] > > kan 2002/09/16 21:10:25 PDT > > > > Modified files: > > contrib/gcc c-common.h > > Log: > > Merge FreeBSD modifications into gcc 3.2.1-prerelease: > > 1.2 framework for our kernel printf enhancements > > 1.3 suppress prototype warning for K&R main > > Can we turn on 1.3's warning, somehow, and sweep *our* code for this, > at some point? It's already on by default (with -Wstrict-prototypes). The purpose of the FreeBSD changes is to break this warning :(. The only way to turn on the breakage is to use the undocumented extension std=bsd, so I think the breakage is almost never used. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message