gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-f
rame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o ide-cd.o ide-cd.c
ide-cd.c: In function `cdrom_load_unload':
ide-cd.c:1980: warning: unsigned value >= 0 is always 1
Ulrich Windl