compile time warnings in kernel 2.1.128-ac3

Christopher W. Fisher (chrisf@shadow.net)
Mon, 16 Nov 1998 15:20:48 -0500 (EST)


gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS
-include /usr/src/linux/include/linux/modversions.h -c -o l3dss1.o
l3dss1.c
l3dss1.c: In function `l3dss1_parse_facility':
l3dss1.c:182: warning: unused variable `nlen'
l3dss1.c:205: warning: unused variable `nlen'

compiler version:

rainman:~# gcc --verbose
Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.91.57/specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
rainman:~#

and the prebious warning for scsi_debug.c is in kernel 2.1.128-ac3, but..
the warning has been present for awhile.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/