Re: Can someone explain this code?

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Can someone explain this code?
Date: 2007-07-19 12:03:59
Message-ID: 20070719120359.GH4887@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Magnus Hagander (magnus(at)hagander(dot)net) wrote:
> On Thu, Jul 19, 2007 at 06:41:17AM -0400, Stephen Frost wrote:
> > Stop the compiler from complaining about an unused argument.
>
> That makes sense, except my compiled didn't warn even when I took it out
> :-) Ah, well, thanks for clearifying.

It depends on the compiler you're using.. My recollection is that
it shows up at least w/ gcc and -Wall and/or -pedantic.

Thanks,

Stephen

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-07-19 15:37:57 Re: Why so many out-of-disk-space failures on buildfarm machines?
Previous Message Stephen Frost 2007-07-19 12:02:48 Re: Future of krb5 authentication