1.3.11 make modules

Stephen Lee (sl14@crux1.cit.cornell.edu)
Fri, 21 Jul 1995 16:45:23 -0400


I'm getting the following warnings with "make modules", and what is fake.c?

cc -D__KERNEL__=1 -DMODULE -Wall -Wstrict-prototypes -I. -I../../include
-O2 -fomit-frame-pointer -m486 -c scsi_debug.c
scsi_debug.c:118: warning: function declaration isn't a prototype
scsi_debug.c: In function `scsi_dump':
scsi_debug.c:142: warning: unsigned int format, pointer arg (arg 2)
scsi_debug.c:142: warning: unsigned int format, pointer arg (arg 3)
scsi_debug.c:147: warning: unsigned int format, pointer arg (arg 2)
scsi_debug.c:147: warning: unsigned int format, pointer arg (arg 3)
scsi_debug.c: In function `scsi_debug_queuecommand':
scsi_debug.c:208: warning: unsigned int format, pointer arg (arg 2)
scsi_debug.c:208: warning: unsigned int format, pointer arg (arg 3)
scsi_debug.c:208: warning: unsigned int format, pointer arg (arg 4)
scsi_debug.c:225: warning: unsigned int format, pointer arg (arg 2)
scsi_debug.c:237: warning: unsigned int format, pointer arg (arg 2)
scsi_debug.c:262: warning: statement with no effect
scsi_debug.c:288: warning: statement with no effect
scsi_debug.c:361: warning: `return' with no value, in function returning non-void
scsi_debug.c:375: warning: statement with no effect
scsi_debug.c:415: warning: assignment from incompatible pointer type
scsi_debug.c:424: warning: implicit declaration of function `scsi_debug_intr_handle'
scsi_debug.c:179: warning: unused variable `start'
scsi_debug.c: At top level:
scsi_debug.c:469: warning: type mismatch with previous implicit declaration
scsi_debug.c:424: warning: previous implicit declaration of `scsi_debug_intr_handle'
scsi_debug.c:469: warning: `scsi_debug_intr_handle' was previously implicitly declared to return `int'
scsi_debug.c:469: warning: `scsi_debug_intr_handle' was declared implicitly `extern' and later `static'
scsi_debug.c: In function `scsi_debug_intr_handle':
scsi_debug.c:518: warning: assignment from incompatible pointer type
scsi_debug.c:471: warning: unused variable `pending'
scsi_debug.c: In function `scsi_debug_abort':
scsi_debug.c:565: warning: assignment from incompatible pointer type
scsi_debug.c: In function `scsi_debug_reset':
scsi_debug.c:598: warning: assignment from incompatible pointer type
scsi_debug.c:599: warning: passing arg 1 discards `volatile' from pointer target type
cc -D__KERNEL__=1 -DMODULE -Wall -Wstrict-prototypes -I. -I../../include
-O2 -fomit-frame-pointer -m486 -c fdomain.c
cc -D__KERNEL__=1 -DMODULE -Wall -Wstrict-prototypes -I. -I../../include
-O2 -fomit-frame-pointer -m486 -c in2000.c
ln 53c7,8xx.scr fake.c
ln: fake.c: File exists
make: *** [53c8xx_d.h] Error 1
make: Leaving directory `/usr/src/linux-1.3.11/drivers/scsi'

-- 
Stephen Lee
Internet: sl14@cornell.edu