From owner-cvs-all Mon Jul 29 8:58:47 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 C93BC37B401; Mon, 29 Jul 2002 08:58:42 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F0A43E6A; Mon, 29 Jul 2002 08:58:30 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id D38799E5A; Mon, 29 Jul 2002 11:53:45 -0400 (EDT) Date: Mon, 29 Jul 2002 11:53:45 -0400 From: Mike Barcroft To: David O'Brien Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile Message-ID: <20020729115345.F78633@espresso.q9media.com> References: <200207282109.g6SL9vOC093446@freefall.freebsd.org> <20020729030411.GD86944@dragon.nuxi.com> <20020729152251.GC25260@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020729152251.GC25260@dragon.nuxi.com>; from obrien@FreeBSD.org on Mon, Jul 29, 2002 at 08:22:51AM -0700 Organization: The FreeBSD Project 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 David O'Brien writes: > On Mon, Jul 29, 2002 at 10:25:08AM +0200, Dag-Erling Smorgrav wrote: > > Any warning at all caused by code which is valid C99 but not valid C89 > > is IMHO incorrect. > > > > des@des /usr/src/usr.bin/fetch% make WARNS=6 > > cc -O -pipe -march=k6 -g -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wuninitialized -ansi > ^^^^^ > get sufficent committers to agree to change > this to -std=c99 (-std=gnu99). -ansi is the > same as -std=iso9899:1990 I'll agree that most things can safely become C99 aware, with the exception of build/cross tools, which should be strictly C90 conformant. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message