Subject: errors in build from sup 1997/06/21 (libexec/ftpd)
To: None <current-users@NetBSD.ORG>
From: Erik E. Fair <fair@clock.org>
List: current-users
Date: 06/21/1997 17:38:13
NetBSD/sparc
-----------------------------------------------------------------------
===> libexec/ftpd
cc -O -DHASSETPROCTITLE -DSKEY -Dunix -Wall -Wstrict-prototypes
-Wmissing-prototypes  -Werror  -c conf.c
cc1: warnings being treated as errors
conf.c: In function `do_conversion':
conf.c:409: warning: `base' might be used uninitialized in this function
*** Error code 1

Stop.

-----------------------------------------------------------------------
NetBSD/sun3
-----------------------------------------------------------------------
==> libexec/ftpd
cc -O -DHASSETPROCTITLE -DSKEY -Dunix -Wall -Wstrict-prototypes
-Wmissing-prototypes  -Werror -nostdinc -idirafter /altroot/usr/include  -c
ftpcmd.c
cc1: warnings being treated as errors
y.tab.c:960: warning: function declaration isn't a prototype
y.tab.c:991: warning: function declaration isn't a prototype
y.tab.c: In function `yyparse':
y.tab.c:1062: warning: label `yyerrlab' defined but not used
y.tab.c:1057: warning: label `yynewerror' defined but not used
ftpcmd.c: At top level:
ftpcmd.c:5: warning: `yyrcsid' defined but not used
*** Error code 1

Stop.

-----------------------------------------------------------------------