Re: 2.4.22-pre2 and pre3: compile error in aic7xxx

Mikael Pettersson (mikpe@csd.uu.se)
Tue, 8 Jul 2003 13:23:56 +0200 (MEST)


On Sun, 6 Jul 2003 11:35:00 +0200, Hans Lambrechts wrote:
>I got following error, gcc is version 3.3.
>
>make -C aic7xxx modules
>make[3]: Entering directory `/usr/src/linux-2.4/drivers/scsi/aic7xxx'
>gcc -D__KERNEL__ -I/usr/src/linux-2.4/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -I/usr/src/linux-2.4/drivers/scsi -Werror -nostdinc -iwithprefix include -DKBUILD_BASENAME=aic7xxx_osm -c -o aic7xxx_osm.o aic7xxx_osm.c
>In file included from /usr/src/linux-2.4/include/linux/blk.h:4,
> from aic7xxx_osm.h:63,
> from aic7xxx_osm.c:122:
>/usr/src/linux-2.4/include/linux/blkdev.h: In function `blk_finished_sectors':
>/usr/src/linux-2.4/include/linux/blkdev.h:325: warning: comparison between signed and unsigned

aic7xxx's Makefile adds -Werror to CFLAGS ...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/