From owner-freebsd-alpha Fri Dec 18 19:42:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16125 for freebsd-alpha-outgoing; Fri, 18 Dec 1998 19:42:42 -0800 (PST) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from feral-gw.feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16120 for ; Fri, 18 Dec 1998 19:42:40 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral-gw.feral.com (8.8.7/8.8.7) with ESMTP id TAA26333 for ; Fri, 18 Dec 1998 19:42:31 -0800 Date: Fri, 18 Dec 1998 19:42:31 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: freebsd-alpha@FreeBSD.ORG Subject: kernel compile warnings? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm getting a wad of these (after installing the latest .mk files)... I know that we've turned on Warnings etc. for kernel compiles, but this is a lot of noise to wade through... Is it just that the toolchains are different and the answer for now is 'cope'? .... ./../kern/vfs_aio.c:114: warning: `sysctl___vfs_aio_max_aio_queue_per_proc' defined but not used ../../kern/vfs_aio.c:117: warning: `sysctl___vfs_aio_max_aio_procs' defined but not used ../../kern/vfs_aio.c:120: warning: `sysctl___vfs_aio_num_aio_procs' defined but not used ../../kern/vfs_aio.c:123: warning: `sysctl___vfs_aio_num_queue_count' defined but not used ../../kern/vfs_aio.c:126: warning: `sysctl___vfs_aio_max_aio_queue' defined but not used ../../kern/vfs_aio.c:129: warning: `sysctl___vfs_aio_target_aio_procs' defined but not used ../../kern/vfs_aio.c:132: warning: `sysctl___vfs_aio_max_buf_aio' defined but not used ../../kern/vfs_aio.c:135: warning: `sysctl___vfs_aio_num_buf_aio' defined but not used ../../kern/vfs_aio.c:138: warning: `sysctl___vfs_aio_aiod_lifetime' defined but not used To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message