Date: Mon, 29 Jul 2002 08:44:11 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Mark Murray <mark@grondar.za> Cc: Dag-Erling Smorgrav <des@ofug.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile Message-ID: <20020729154411.GA59991@dragon.nuxi.com> In-Reply-To: <200207291117.g6TBHiRZ028164@grimreaper.grondar.org> References: <xzpit2zk13f.fsf@flood.ping.uio.no> <200207291117.g6TBHiRZ028164@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 29, 2002 at 12:17:43PM +0100, Mark Murray wrote: > > Dag-Erling Smorgrav <des@FreeBSD.org> writes: > > > Log: > > > fetch(1) is WARNS-5 clean (tested on i386 and Alpha) > > > > Could someone please fix WARNS level 6 so it doesn't produce bogus C89 > > compliance warnings? > > I've locally added -Wno-longlong to clean up a lot of that mess. We could add that. The default for GCC is -std=gcc89, it will become -std=gcc99 once GCC grows fuller C99 support. Or change to -std=c99. What do people perfer? 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?20020729154411.GA59991>