Re: Compiler warnings fix

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Compiler warnings fix
Дата
Msg-id 497DB43C.2090205@gmx.net
обсуждение исходный текст
Ответ на Compiler warnings fix  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: Compiler warnings fix  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
ITAGAKI Takahiro wrote:
> Here is a patch to surpress compiler warnings in pg_locale.c and pg_regress.c.
> 
> There are following warnings if nls is enabled:
>     pg_locale.c: In function `pg_perm_setlocale':
>     pg_locale.c:161: warning: assignment discards qualifiers from pointer target type
> and if nls is disabled:
>     pg_locale.c:615: warning: 'IsoLocaleName' defined but not used
> 
> There is also a warning in pg_regress.c:
>     pg_regress.c: In function `wait_for_tests':
>     pg_regress.c:1367: warning: passing arg 2 of `GetExitCodeProcess' from incompatible pointer type

Which platform, which compiler, what configure options?


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] reloptions - RELOPT_KIND_ALL
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: 8.4 release planning (was Re: [COMMITTERS] pgsql: Automatic view update rules)