Re: plperl warning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl warning
Дата
Msg-id 10852.1121031724@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plperl warning  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> . I am seeing LOTS of warnings (not for plperl) about mismatched 
> signedness of things

Yeah, the multibyte code is just full of places where "char *" is passed
to "unsigned char *" or vice versa.  It's harmless, but on compilers
that warn about that (which includes the latest gcc releases) it's
pretty annoying.  Sometime we'll have to clean it up.
        regards, tom lane


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

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