Re: Can someone explain this code? - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Can someone explain this code?
Date
Msg-id 20070719104117.GF4887@tamriel.snowman.net
Whole thread Raw
In response to Can someone explain this code?  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Can someone explain this code?  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
* Magnus Hagander (magnus@hagander.net) wrote:
> #ifndef KRB5
>     (void) hostname;            /* not used */
> #endif
[...]
> What does that code actually *do*?

Stop the compiler from complaining about an unused argument.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Future of krb5 authentication
Next
From: "Marko Kreen"
Date:
Subject: Re: Can someone explain this code?