Re: compile-time-error

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Martin Willemoes Hansen <mwh(at)sysrq(dot)dk>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: compile-time-error
Date: 2001-04-15 16:50:40
Message-ID: Pine.LNX.4.30.0104151849390.760-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-15 16:51:35 Re: readline-4.2 problem
Previous Message Martin Willemoes Hansen 2001-04-15 12:35:46 compile-time-error