Re: compiler warnings from cvs tip

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compiler warnings from cvs tip
Дата
Msg-id 4477.1027031737@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compiler warnings from cvs tip  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> I'm getting the warnings below from current cvs.

I see the same.

> gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations 
> -I../../../../src/include   -c -o conv.o conv.c -MMD
> conv.c:41: warning: `euc_kr2mic' defined but not used
> conv.c:67: warning: `mic2euc_kr' defined but not used
> conv.c:97: warning: `euc_cn2mic' defined but not used
> conv.c:123: warning: `mic2euc_cn' defined but not used
> conv.c:288: warning: `latin12mic' defined but not used
> conv.c:293: warning: `mic2latin1' defined but not used
> conv.c:298: warning: `latin22mic' defined but not used
> conv.c:303: warning: `mic2latin2' defined but not used
> conv.c:308: warning: `latin32mic' defined but not used
> conv.c:313: warning: `mic2latin3' defined but not used
> conv.c:318: warning: `latin42mic' defined but not used
> conv.c:323: warning: `mic2latin4' defined but not used
> conv.c:375: warning: `koi8r2mic' defined but not used
> conv.c:382: warning: `mic2koi8r' defined but not used
> conv.c:478: warning: `iso2mic' defined but not used
> conv.c:504: warning: `mic2iso' defined but not used
> conv.c:530: warning: `win12512mic' defined but not used
> conv.c:556: warning: `mic2win1251' defined but not used
> conv.c:582: warning: `alt2mic' defined but not used
> conv.c:608: warning: `mic2alt' defined but not used
> conv.c:642: warning: `win12502mic' defined but not used
> conv.c:666: warning: `mic2win1250' defined but not used
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: preventing encoding conversion while starting up
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCHES] utils C files