From owner-cvs-sys Thu Oct 3 00:50:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA09970 for cvs-sys-outgoing; Thu, 3 Oct 1996 00:50:19 -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 AAA09960; Thu, 3 Oct 1996 00:50:15 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id JAA08022; Thu, 3 Oct 1996 09:49:41 +0200 Message-Id: <199610030749.JAA08022@ra.dkuug.dk> Subject: Re: cvs commit: src/sys/i386/isa syscons.c To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Thu, 3 Oct 1996 09:49:41 +0200 (MET DST) Cc: sos@FreeBSD.org, peter@spinner.dialix.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199610030713.QAA28842@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Oct 3, 96 04:43:30 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 Michael Smith who wrote: > > sos@FreeBSD.org stands accused of saying: > > > That should be enough to shut up gcc. Althought what to do about the > > > SYSCTL macro for declaring functions where you don't get the chance to > > > do this, I'm not sure about. > > > > Excuse me, but I tend to think that the compiler should be fixed here... > > Huh? Nothing wrong with a compiler that tells you that you've screwed up. EXCUSE ME, but I didn't screw up, I just dont use all the vars thats declared for a system wide std, for char devices, its just that some of those vars isn't used here, but they should still be declared to conform to the char device calling convention. I guess we'll have to go fix hordes of files with another gcc'ism __unused, *SIGH*, as if we had nothing to do... If the GNU folks ever did go to a scheme where we would have to *pay* to use it, or other more nasty ideas for that matter, we are now so wrapped in, its almost impossible to switch compiler. (I've tried, its NOT fun) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.