You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Andrew Wilson <an...@aaaaaaaa.demon.co.uk> on 1996/07/18 18:11:51 UTC

warnings for 1.2-dev under FreeBSD...

FreeBSD-2.1.5-RELEASE gcc version 2.6.3

gcc -c -O2 -Wall -DSTATUS -DEXTENDED_API -m486 http_main.c
http_main.c: In function `wait_or_timeout':
http_main.c:963: warning: unused variable `ntimes'
http_main.c:962: warning: variable `wait_or_timeout_retval' might be clobbered by `longjmp' or `vfork'
http_main.c: At top level:
http_main.c:930: warning: `wait_or_timeout_retval' defined but not used

Ay.