Re: compile errors in new PL/Pler

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: compile errors in new PL/Pler
Дата
Msg-id 40E57366.9090309@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: compile errors in new PL/Pler  ("Andrew Dunstan" <andrew@dunslane.net>)
Ответы Re: compile errors in new PL/Pler
Список pgsql-hackers
> We seem to have a mixture of old-style and new-style calls which needs to be
> cleaned up. I would relly appreciate some experienced eyes being cast over
> this, if there are any around.
> 
> In the meantime, does this solve your problem?:

I went back to clean CVS and I noticed I had these warnings:

gcc -O2 -fno-strict-aliasing -fpic -DPIC -I. 
-I/usr/libdata/perl/5.00503/mach/CORE -I../../../src/include   -c -o 
plperl.o plperl.c -MMD
plperl.c: In function `plperl_get_keys':
plperl.c:417: warning: passing arg 3 of `Perl_av_store' makes pointer 
from integer without a cast
plperl.c: In function `plperl_get_elem':
plperl.c:452: warning: passing arg 2 of `Perl_hv_exists_ent' makes 
pointer from integer without a cast
plperl.c: In function `plperl_func_handler':
plperl.c:930: warning: passing arg 3 of `Perl_av_store' makes pointer 
from integer without a cast


Chris



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: compile errors in new PL/Pler
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: compile errors in new PL/Pler