2.1.17: warnings during compilation

Trevor Johnson (trevor@jpj.net)
Sun, 22 Dec 1996 06:11:41 -0801 (PST)


vc_screen.c: In function `vcs_read':
vc_screen.c:101: warning: `org' might be used uninitialized in this
function
vc_screen.c: In function `vcs_write':
vc_screen.c:162: warning: `org' might be used uninitialized in this
function
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-pipe -fomit-frame-pointer -m486 -funroll-loops -fforce-mem
-malign-jumps=2 -pipe -m486 -DCPU=486 -c -o random.o random.c
--
socket.c: In function `sys_recvmsg':
socket.c:1200: warning: `len' might be used uninitialized in this function
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-pipe -fomit-frame-pointer -m486 -funroll-loops -fforce-mem
-malign-jumps=2   -pipe -m486 -DCPU=486  -c -o protocols.o protocols.c
___
Trevor Johnson <trevor@jpj.net>