Re: Results

[email protected] (Jouni Ahto) Sun, 4 Oct 1998 19:41:42 +0300 (EEST)
Newsgroups php.beta
Message-ID <[email protected]>

On Sun, 4 Oct 1998, Zeev Suraski wrote:

> At 18:29 04/10/98 +0200, Sascha Schumann wrote:
> >On Sun, 4 Oct 1998, Rasmus Lerdorf wrote:
> >
> >> > Hmm, did somebody fix up all of PHP to compile clean
> -Wmissing-prototypes?
> >> > Never noticed that :)
> >> 
> >> Yes, I did that a while ago.
> >> 
> >> -Rasmus
> >> 
> >
> >Ok, then here is some more to fix :p
> >
> >functions/pgsql.c:155: warning: no previous prototype for
> `php3_pgsql_do_connect'
> >functions/pgsql.c:360: warning: no previous prototype for
> `php3_pgsql_get_default_link'
> >functions/pgsql.c:424: warning: no previous prototype for
> `php3_pgsql_get_link_info'
> >functions/pgsql.c:582: warning: no previous prototype for
> `php3_pgsql_get_result_info'
> >functions/pgsql.c:640: warning: no previous prototype for `get_field_name'
> >functions/pgsql.c:690: warning: no previous prototype for
> `php3_pgsql_get_field_info'
> >functions/pgsql.c:879: warning: no previous prototype for
> `php3_pgsql_fetch_hash'
> >functions/pgsql.c:949: warning: no previous prototype for
> `php3_pgsql_data_info'
> 
> Well, I'm personally not too fond of the -Wmissing-prototypes switch.  I
> can live without it...

Ok, I can fix these ones if you hate that switch so much...

Jouni