View Single Post

   
  #4 (permalink)  
Old 04-15-2008, 10:06 PM
Magnus Hagander
 
Posts: n/a
Default Re: Can someone explain this code?

On Thu, Jul 19, 2007 at 06:41:17AM -0400, Stephen Frost wrote:
> * 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.


That makes sense, except my compiled didn't warn even when I took it out
:-) Ah, well, thanks for clearifying.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote