You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Ralf S. Engelschall" <rs...@engelschall.com> on 1998/05/16 19:53:49 UTC

Re: cvs commit: apache-1.3/src/modules/standard mod_cgi.c mod_include.c

In article <19...@hyperreal.org> you wrote:
> ben         98/05/16 09:34:51

>   Modified:    src      CHANGES
>                src/include alloc.h buff.h util_script.h
>                src/main alloc.c buff.c http_log.c util_script.c
>                src/modules/standard mod_cgi.c mod_include.c
>   Log:
>   Fix Win32 CGI.

I think your patch broke something on the Unix side. Not only
that there are some warnings now for alloc.c, mod_include.c
now fails to compile:

ow -Wpointer-arith -Wcast-align -Waggregate-return -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -Winline `../../apaci` mod_mime.c
gcc -c  -I../../os/unix -I../../include   -funsigned-char -O0 -pipe -g -ggdb3
-Wall -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
`../../apaci` mod_negotiation.c
gcc -c  -I../../os/unix -I../../include   -funsigned-char -O0 -pipe -g -ggdb3
-Wall -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
`../../apaci` mod_include.c
mod_include.c: In function `include_cmd_child':
mod_include.c:789: warning: passing arg 2 of `ap_call_exec' from incompatible
pointer type
mod_include.c:789: warning: passing arg 3 of `ap_call_exec' from incompatible
pointer type
mod_include.c:789: warning: passing arg 4 of `ap_call_exec' makes pointer from
integer without a cast
mod_include.c:789: too few arguments to function `ap_call_exec'
*** Error code 1

                                       Ralf S. Engelschall
                                       rse@engelschall.com
                                       www.engelschall.com