Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 1996 11:35:15 +0100
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        freebsd-current@freefall.FreeBSD.org
Subject:   kernel build very 'noisy' 
Message-ID:  <199609291035.LAA29653@gilberto.physik.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help

T_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL  ../../kern/sysv_msg.c
../../kern/sysv_msg.c: In function `msginit':
../../kern/sysv_msg.c:66: warning: unused parameter `dummy'
../../kern/sysv_msg.c: In function `msgsys':
../../kern/sysv_msg.c:139: warning: comparison between signed and unsigned
../../kern/sysv_msg.c: In function `msgctl':
../../kern/sysv_msg.c:261: warning: comparison between signed and unsigned
../../kern/sysv_msg.c: In function `msgsnd':
../../kern/sysv_msg.c:678: warning: comparison between signed and unsigned
../../kern/sysv_msg.c: In function `msgrcv':
../../kern/sysv_msg.c:1003: warning: comparison between signed and unsigned

or

T_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL  ../../miscfs/procfs/procfs_vnops.c
../../miscfs/procfs/procfs_vnops.c: In function `procfs_ioctl':
../../miscfs/procfs/procfs_vnops.c:177: warning: unused parameter `ap'
../../miscfs/procfs/procfs_vnops.c: In function `procfs_setattr':
../../miscfs/procfs/procfs_vnops.c:458: warning: unused parameter `ap'
../../miscfs/procfs/procfs_vnops.c: In function `procfs_lookup':
../../miscfs/procfs/procfs_vnops.c:603: warning: comparison between signed and unsigned
../../miscfs/procfs/procfs_vnops.c: In function `procfs_readdir':
../../miscfs/procfs/procfs_vnops.c:677: warning: comparison between signed and unsigned
../../miscfs/procfs/procfs_vnops.c:701: warning: comparison between signed and unsigned
../../miscfs/procfs/procfs_vnops.c:704: warning: comparison between signed and unsigned
../../miscfs/procfs/procfs_vnops.c:750: warning: comparison between signed and unsigned

to name some.

I'm building a new kernel at present and I never saw kernel builds
spitting out that many warnings on unused variables, pointer comparisons


--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609291035.LAA29653>