Subject: Libc compilation error
To: None <current-users@NetBSD.ORG>
From: Chad Mynhier <mynhier@cs.utk.edu>
List: current-users
Date: 02/02/1998 14:48:27
>From a 'make build' of sources supped this morning (Feb. 2):

cc -O  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith  -DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -DFLOATING_POINT -c /usr/src/lib/libc/gen/popen.c
cc1: warnings being treated as errors
/usr/src/lib/libc/gen/popen.c: In function `popen':
/usr/src/lib/libc/gen/popen.c:90: warning: suggest parentheses around && within ||
/usr/src/lib/libc/gen/popen.c:78: warning: variable `twoway' might be clobbered by `longjmp' or `vfork'
/usr/src/lib/libc/gen/popen.c:74: warning: argument `type' might be clobbered by `longjmp' or `vfork'
*** Error code 1

Stop.

Is this just a hiccup in the libc stuff going on?

Chad