Re: compiler warnings on the buildfarm

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-hackers(at)postgresql(dot)org, peter_e(at)gmx(dot)net
Subject: Re: compiler warnings on the buildfarm
Date: 2007-07-17 15:56:08
Message-ID: 469CE698.7050606@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane napsal(a):
> Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> writes:
>> E_FUNC_HAS_NO_RETURN_STMT is there because main is leaved by exit() instead
>> return. And In another case It should be regular warning.
>
> That should be gone now; I changed the two places that triggered it.
> I'd suggest not disabling that warning.

Yes I agree. Did you also clean up on old branches? If not I think we can live
with this warning on old branches.

Zdenek

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-07-17 16:03:54 Re: compiler warnings on the buildfarm
Previous Message Andrew Dunstan 2007-07-17 15:55:17 Re: write_pipe_chunks patch messes up early error message output