Date: Mon, 07 Sep 1998 11:35:52 +0100 From: Brian Somers <brian@Awfulhak.org> To: Archie Cobbs <archie@whistle.com> Cc: jdp@polstra.com (John Polstra), jonny@jonny.eng.br, current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_bus.c uipc_socket2.c Message-ID: <199809071035.LAA27445@woof.lan.awfulhak.org> In-Reply-To: Your message of "Sun, 06 Sep 1998 18:03:30 PDT." <199809070103.SAA13578@bubba.whistle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Not to mention -Wstrict-prototypes, -Wmissing-prototypes, > -Wmissing-declarations, -Wnested-externs, ... what else?? $ cat /usr/local/bin/wcc #! /bin/sh exec cc -pipe -g -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wchar-subscripts "$@" (I use this script when building the ppp code, and got the idea from a bde posting). I don't use -Werror because of two minor system header file problems (one of which I must fix some time). > -Archie > > ___________________________________________________________________________ > Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com -- Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org> <http://www.Awfulhak.org> Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809071035.LAA27445>