Subject: Re: Compile error -current
To: Brian Cully <shmit@erols.com>
From: matthew green <mrg@eterna.com.au>
List: current-users
Date: 10/21/1997 12:51:56
-current from today, Alpha.
gcc -O3 -DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO -DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022 -DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS
_ERRLIST_DEFINED -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\" -DPROCESS_OPTIONS -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointe
r-arith -nostdinc -idirafter /usr/obj/usr/include -c rfc931.c
cc1: warnings being treated as errors
rfc931.c: In function `rfc931':
rfc931.c:95: warning: variable `fp' might be clobbered by `longjmp' or `vfork'
*** Error code 1
i don't see this, but i'm using `cc -O', not `gcc -O3'. however, when i
do use `gcc -O3', i do see this. i will commit a fix for this soon.
.mrg.