Re: compile-time-error

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: compile-time-error
Дата
Msg-id Pine.LNX.4.30.0104151849390.760-100000@peter.localdomain
обсуждение исходный текст
Ответ на compile-time-error  (Martin Willemoes Hansen <mwh@sysrq.dk>)
Список 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 по дате отправления:

Предыдущее
От: AGottinger@t-online.de (Achim Gottinger)
Дата:
Сообщение: readline-4.2 problem
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: readline-4.2 problem