On Mon, Sep 03, 2001 at 01:56:52AM -0500, Mike Tharp wrote: > Does anyone know what the warning means (pdcraid.c:95:) I am in some > unfamiliar territory here. > > > cc -g -I/lib/modules/2.4.8/build/include -O2 -march=i586 -fomit-frame-pointe > r -Wall -D__KERNEL__ -DMODULE -DMODVERSIONS -Wno-unused -include > /lib/modules/2.4.8/build/include/linux/modversions.h -c -o pdcraid.o > pdcraid.c > pdcraid.c: In function `pdcraid_ioctl': > > pdcraid.c:95: warning: int format, long int arg (arg 2) > > cc -g -I/lib/modules/2.4.8/build/include -O2 -march=i586 -fomit-frame-pointe > r -Wall -D__KERNEL__ -DMODULE -DMODVERSIONS -Wno-unused -include > /lib/modules/2.4.8/build/include/linux/modversions.h -c -o ataraid.o > ataraid.c > cc -g -I/lib/modules/2.4.8/build/include -O2 -march=i586 -fomit-frame-pointe > r -Wall -D__KERNEL__ -DMODULE -DMODVERSIONS -Wno-unused -include > /lib/modules/2.4.8/build/include/linux/modversions.h -c -o hptraid.o > hptraid.c Looks fine; the warning is harmless