Subject: -current kernel build warnings
To: None <current-users@NetBSD.ORG>
From: Clarence Wilkerson <netbsd@hopf.math.purdue.edu>
List: current-users
Date: 04/06/1996 08:00:00
I get this with an uptodate -current kernel build

cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -I../../../../arch -I../../../.. -DSUN4C -DTIMEZONE="0" -DDST="0" -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DKTRACE -DRCONSOLE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_09 -DCOMPAT_10 -DFFS -DNFSSERVER -DNFSCLIENT -DKERNFS -DFIFO -DINET -DTCP_COMPAT_42 -DCOMPAT_43 -DLKM -DCOMPAT_SUNOS -D_KERNEL  -c ../../../../kern/kern_descrip.c
cc1: warnings being treated as errors
../../../../kern/kern_descrip.c: In function `sys_fstat':
../../../../kern/kern_descrip.c:408: warning: `error' may be used uninitialized in this function
../../../../kern/kern_descrip.c: In function `sys_fpathconf':
../../../../kern/kern_descrip.c:471: warning: control reaches end of non-void function
*** Error code 1