compile time warnings for scsi_debug.c

Christopher W. Fisher (chrisf@shadow.net)
Mon, 16 Nov 1998 15:11:29 -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 scsi_debug.o
scsi_debug.c
scsi_debug.c: In function `scsi_debug_intr_handle':
scsi_debug.c:524: warning: unused variable `to'
scsi_debug.c:523: warning: unused variable `flags'
scsi_debug.c:521: warning: unused variable `pending'
scsi_debug.c: In function `scsi_debug_abort':
scsi_debug.c:570: warning: unused variable `flags'
scsi_debug.c:569: warning: unused variable `my_done'
scsi_debug.c:568: warning: unused variable `j'

gcc version is below:

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:~#

-
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/