Re: plperl warning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl warning
Дата
Msg-id 10631.1121030738@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plperl warning  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I am seeing this compile warning in plperl:
>     plperl.c:1622: warning: passing arg 1 of `Perl_newSVpv' discards
>     qualifiers from pointer target type

> Is anyone else seeing this?  This is with:

>     Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:

No, because we're all using less obsolete Perls ;-).  Evidently they
added the const qualifier to newSVpv's declaration since then.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: suspicious pointer/integer coersion
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: plperl warning