From owner-cvs-all Wed Jan 20 12:05:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11444 for cvs-all-outgoing; Wed, 20 Jan 1999 12:05:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from schuimpje.snt.utwente.nl (schuimpje.snt.utwente.nl [130.89.238.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11437 for ; Wed, 20 Jan 1999 12:05:39 -0800 (PST) (envelope-from gelderen@mediaport.org) Received: from wit395301.student.utwente.nl ([130.89.235.121]:41479 "HELO deskfix" ident: "NO-IDENT-SERVICE[2]") by schuimpje.snt.utwente.nl with SMTP id <7954-10507>; Wed, 20 Jan 1999 21:05:27 +0100 Message-ID: <001301be44b0$1ec4cf20$0d79eb0a@deskfix.local> From: "Jeroen C. van Gelderen" To: "Robert Nordier" Cc: , , , , Subject: Re: -Werror Date: Wed, 20 Jan 1999 21:04:42 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk From: Robert Nordier >> Fix style(9) and that problem goes away. > >I think if we fix style(9) properly, and then make the many code >changes that will permit -Werror to work, the whole issue may >go away. This doesn't force -Werror as the default, but will >at least allow it as an option. I think it's a good idea to strive to a buildworld without any warnings at all. I'm willing to help if I can find some time. Please drop me a line when a decision is made. If some warnings cannot be avoided in a reasonable way, it's probably time to try and fix the compiler. As an aside, instead of //ARGSUSED blabla( int used, int not_used ) I prefer to use blabla( int used, int /*not_used*/ ) This might be of interest when one ever decides to review style(9). Cheers, Jeroen -- Jeroen C. van Gelderen -- gelderen@mediaport.org -- 0x46D8D3C8 -- &[8-D}~<= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message