You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@hyperreal.com> on 1996/02/19 07:39:01 UTC

WWW Form Bug Report: "fyi: compile warnings..." on SunOS 4.x (fwd)

no ack

Forwarded message:
> From nobody@hyperreal.com  Sun Feb 18 15:23:46 1996
> Message-Id: <19...@taz.hyperreal.com>
> From: yanni@clearink.com
> To: apache-bugs%apache.org@organic.com
> Date: Sun Feb 18 15:23:44 1996
> Subject: WWW Form Bug Report: "fyi: compile warnings..." on SunOS 4.x
> 
> Submitter: yanni@clearink.com
> Operating system: SunOS 4.x, version: 
> Extra Modules used: 
> URL exhibiting problem: 
> 
> Symptoms:
> --
> getting these on each file...
> 
> gcc -c -O2 -DSUNOS4 alloc.c
> In file included from alloc.c:62:
> conf.h:328: warning: `struct rlimit' declared inside parameter list
> conf.h:328: warning: its scope is only this definition or declaration,
> conf.h:328: warning: which is probably not what you want.
> conf.h:329: warning: `struct rlimit' declared inside parameter list
> 
> gcc version 2.7.1
> 
> seems to compile, link and run fine
> --