Subject: routed compilation problems
To: None <current-users@NetBSD.ORG>
From: Erik Bertelsen <erik@sockdev.uni-c.dk>
List: current-users
Date: 09/21/1997 22:45:52
Compilation problems in src/sbin/routed, see messages below.
Is this caused by routed not being updated to WARNS=1 or how ?
Seen on NetBSD/mac68k, current on 21 Sep 1997.
regards
Erik Bertelsen
..............
q make
cc -O -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -c
/home/src/sbin/routed/input.c
cc1: warnings being treated as errors
/home/src/sbin/routed/input.c: In function `input':
/home/src/sbin/routed/input.c:149: warning: `ddst_h' might be used
uninitialized in this function
/home/src/sbin/routed/input.c: At top level:
/home/src/sbin/routed/input.c:39: warning: `rcsid' defined but not used
*** Error code 1
Stop.
q ls -l input.c
-rw-r--r-- 1 erik wheel 25727 Feb 8 1997 input.c
q