Re: [ADMIN] Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [ADMIN] Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c
Дата
Msg-id 20100408012412.GG4653@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: [ADMIN] Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c  (Kiswono Prayogo <kiswono@gmail.com>)
Список pgsql-hackers
Kiswono Prayogo escribió:
> Just reporting that Alpha 4 was working just fine..
> http://pastebin.com/ri2gXJDN
>
> but Alpha 5 didn't:

Yeah, known packaging bug.  Please remove src/Makefile.custom and try
again (notice the -Werror that shouldn't be there)


> elog.c:1698: error: ignoring return value of ‘write’, declared with
> attribute warn_unused_result
> elog.c: In function ‘write_pipe_chunks’:
> elog.c:2390: error: ignoring return value of ‘write’, declared with
> attribute warn_unused_result
> elog.c:2399: error: ignoring return value of ‘write’, declared with
> attribute warn_unused_result

Though, is there value in silencing these warnings?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Enhancing phonetic search support for more languages - GSoC 2010
Следующее
От: Kiswono Prayogo
Дата:
Сообщение: Re: [ADMIN] Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c