Subject: -current /usr/src/usr.bin/ftp/fetch.c hosed
To: None <port-sun3@netbsd.org>
From: J. Maynard Gelinas <maynard@jmg.com>
List: port-sun3
Date: 01/15/1999 15:35:15
This doesn't compile out of the box. Should I change the Makefile to
tell the compiler to ignore these warnings? --jmg
cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Werror -DHAVE_TIMEGM -c domacro.c
cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Werror -DHAVE_TIMEGM -c fetch.c
cc1: warnings being treated as errors
fetch.c: In function `fetch_url':
fetch.c:335: warning: variable `ischunked' might be clobbered by `longjmp'
or `vfork'
fetch.c:335: warning: `hcode' might be used uninitialized in this function
fetch.c:338: warning: variable `auth' might be clobbered by `longjmp' or
`vfork'
fetch.c:338: warning: variable `location' might be clobbered by `longjmp'
or `vfork'
fetch.c:338: warning: variable `message' might be clobbered by `longjmp'
or `vfork'
*** Error code 1
Stop.
bash-2.02# more fetch.c
/* $NetBSD: fetch.c,v 1.46 1999/01/05 00:31:20 lukem Exp $ */
/*-