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

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Kiswono Prayogo <kiswono(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c
Date: 2010-04-08 01:24:12
Message-ID: 20100408012412.GG4653@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin 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.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kiswono Prayogo 2010-04-08 01:26:47 Re: Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c
Previous Message Tom Lane 2010-04-08 01:23:48 Re: Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c

Browse pgsql-hackers by date

  From Date Subject
Next Message Kiswono Prayogo 2010-04-08 01:26:47 Re: Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c
Previous Message Tom Lane 2010-04-08 01:23:48 Re: Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c