Re: Can someone explain this code?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Can someone explain this code?
Date: 2007-07-19 10:45:30
Message-ID: 20070719104530.GD13175@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 19, 2007 at 06:41:17AM -0400, Stephen Frost wrote:
> * Magnus Hagander (magnus(at)hagander(dot)net) wrote:
> > #ifndef KRB5
> > (void) hostname; /* not used */
> > #endif
> [...]
> > What does that code actually *do*?
>
> 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.

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-07-19 10:46:23 Re: Future of krb5 authentication
Previous Message Marko Kreen 2007-07-19 10:45:17 Re: Can someone explain this code?