gcc complains about %x

Поиск
Список
Период
Сортировка
От Tom Lane
Тема gcc complains about %x
Дата
Msg-id 12591.1134169025@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: gcc complains about %x  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
CVS tip is giving me this warning:

initdb.c: In function `locale_date_order':
initdb.c:2101: warning: `%x' yields only last 2 digits of year in some locales

I realize that the code does not care about that, but I care about not
seeing warnings.  Is there a way to avoid this construct?
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Translation typo fix
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: gcc complains about %x