Date: Thu, 03 Oct 1996 18:35:19 +0800 From: Peter Wemm <peter@spinner.DIALix.COM> To: sos@FreeBSD.org Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa syscons.c Message-ID: <199610031035.SAA04326@spinner.DIALix.COM> In-Reply-To: Your message of "Thu, 03 Oct 1996 10:33:31 %2B0200." <199610030833.KAA08361@ra.dkuug.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
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. Cheers, -Peter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610031035.SAA04326>
