Compiler warnings fix

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Compiler warnings fix
Дата
Msg-id 20090126125415.8F2B.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответы Re: Compiler warnings fix  (Peter Eisentraut <peter_e@gmx.net>)
Re: Compiler warnings fix  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
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

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

Вложения

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Lock Wait Statistics (next commitfest)
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: [PATCHES] updated hash functions for postgresql v1