Re: Sun Studio compiler warnings - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Sun Studio compiler warnings
Date
Msg-id 603c8f070810301837s47ee1516l180ac1d2738fe776@mail.gmail.com
Whole thread Raw
In response to Re: Sun Studio compiler warnings  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Ooooh.... yeah.  Time for some caffeine.

...Robert

On Thu, Oct 30, 2008 at 9:34 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:
> Robert Haas escribió:
>> > The closing semicolon is strictly speaking not allowed here.  We could
>> > remove it, but that would probably upset pgindent?
>> >
>> > I recall that we used to have a bunch of similar problems with the AIX
>> > compilers a long time ago.  Does anyone recall the solution, and do we still
>> > care?  (Note that it's only a warning in this case.)
>>
>> How about the good old
>>
>> do {
>> ...
>> } while (0)
>>
>> trick?
>
> That can't be used because the macro is defining a completely new
> function.
>
> --
> Alvaro Herrera                                http://www.CommandPrompt.com/
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
>


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Strange query behavior where clause produces odd behavior on '>' query
Next
From: "Dann Corbit"
Date:
Subject: Re: Strange query behavior where clause produces odd behavior on '>' query