From owner-freebsd-current Mon Sep 7 12:46:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23240 for freebsd-current-outgoing; Mon, 7 Sep 1998 12:46:33 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23130 for ; Mon, 7 Sep 1998 12:46:12 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id UAA19283; Mon, 7 Sep 1998 20:04:50 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id LAA27445; Mon, 7 Sep 1998 11:35:59 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809071035.LAA27445@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Archie Cobbs 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 In-reply-to: Your message of "Sun, 06 Sep 1998 18:03:30 PDT." <199809070103.SAA13578@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 07 Sep 1998 11:35:52 +0100 From: Brian Somers Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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 , , 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