From owner-cvs-sys Thu Oct 3 03:41:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA20137 for cvs-sys-outgoing; Thu, 3 Oct 1996 03:41:50 -0700 (PDT) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA20120; Thu, 3 Oct 1996 03:41:33 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id MAA08888; Thu, 3 Oct 1996 12:41:22 +0200 Message-Id: <199610031041.MAA08888@ra.dkuug.dk> Subject: Re: cvs commit: src/sys/i386/isa syscons.c To: peter@spinner.DIALix.COM (Peter Wemm) Date: Thu, 3 Oct 1996 12:41:22 +0200 (MET DST) Cc: sos@FreeBSD.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199610031035.SAA04326@spinner.DIALix.COM> from "Peter Wemm" at Oct 3, 96 06:35:19 pm From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Peter Wemm who wrote: > > sos@FreeBSD.org wrote: > > So, now we stick __unused all over the place to shut up gcc, and > > effectively reduces the -Wunused to the same state it has in > > 2.6.3, REAL progress and lots of work :( > > No, not at all. In the process we find and eliminate the code that > passes *unneccesary* parameters to functions. The problem is that gcc > cannot tell the difference between functions that are called from > uniform interface vectors. Things like the sysctl definitions, syscall > handlers, ddb handlers etc are masking the *useful* warnings by sheer > weight of numbers. Hmm, I dont think we live in the same ideal virtual world then :) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.