From owner-cvs-sys Wed Oct 2 23:26:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA04751 for cvs-sys-outgoing; Wed, 2 Oct 1996 23:26:55 -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 XAA04744; Wed, 2 Oct 1996 23:26:50 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id IAA07626; Thu, 3 Oct 1996 08:26:48 +0200 Message-Id: <199610030626.IAA07626@ra.dkuug.dk> Subject: Re: cvs commit: src/sys/i386/isa syscons.c To: jkh@freefall.freebsd.org (Jordan K. Hubbard) Date: Thu, 3 Oct 1996 08:26:48 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199610030042.RAA17524@freefall.freebsd.org> from "Jordan K. Hubbard" at Oct 2, 96 05:42: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 Jordan K. Hubbard who wrote: > > jkh 96/10/02 17:42:29 > > Modified: sys/i386/isa syscons.c > Log: > scresume erroneously used before declared. Move the function > rather than add another APM ifdef just for the forward decl. Ahh, I dont use APM so.... thanks. > [Boy, sure a lot of warnings in here!] Yep, but they are all of the type (but two) that says you have a function with X parameters, but you use only X-n I'm not really sure what to do with them, they are bogus IMHO. Then there are two warning say that the sizeof operator is unsigned... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.