Date: Mon, 29 Jul 2002 11:53:45 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: David O'Brien <obrien@FreeBSD.org> 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> In-Reply-To: <20020729152251.GC25260@dragon.nuxi.com>; from obrien@FreeBSD.org on Mon, Jul 29, 2002 at 08:22:51AM -0700 References: <200207282109.g6SL9vOC093446@freefall.freebsd.org> <xzpit2zk13f.fsf@flood.ping.uio.no> <20020729030411.GD86944@dragon.nuxi.com> <xzpsn23hrff.fsf@flood.ping.uio.no> <20020729152251.GC25260@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien <obrien@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020729115345.F78633>