Re: compiler warnings on the buildfarm

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: compiler warnings on the buildfarm
Дата
Msg-id 878x9gvxl6.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: compiler warnings on the buildfarm  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-hackers
"Stefan Kaltenbrunner" <stefan@kaltenbrunner.cc> writes:

> "pgstat.c", line 652: warning: const object should have initializer:
> all_zeroes (E_CONST_OBJ_SHOULD_HAVE_INITIZR)
> "pgstat.c", line 2118: warning: const object should have initializer:
> all_zeroes (E_CONST_OBJ_SHOULD_HAVE_INITIZR)

Man, even these are bogus. And that would be an interesting warning too if
they made it not fire when it's bogus. bleagh.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com



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

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: compiler warnings on the buildfarm
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: What is the maximum encoding-conversion growth rate, anyway?