Re: compile-time-error - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: compile-time-error
Date
Msg-id Pine.LNX.4.30.0104151849390.760-100000@peter.localdomain
Whole thread Raw
In response to compile-time-error  (Martin Willemoes Hansen <mwh@sysrq.dk>)
List pgsql-bugs
Martin Willemoes Hansen writes:

> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/interfaces/libpq -I../../../src/include   -c -o
> tab-complete.o tab-complete.c
> tab-complete.c: In function     nitialize_readline':
> tab-complete.c:103: warning: assignment from incompatible pointer type
> tab-complete.c: In function ^Psql_completion':
> tab-complete.c:292: warning: implicit declaration of function
> ^Completion_matches'

A patch is available at http://www.postgresql.org/~petere/readline42.html.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter

pgsql-bugs by date:

Previous
From: AGottinger@t-online.de (Achim Gottinger)
Date:
Subject: readline-4.2 problem
Next
From: Peter Eisentraut
Date:
Subject: Re: readline-4.2 problem