Changeset 6512 for trunk/licq

Show
Ignore:
Timestamp:
09/07/08 23:38:14 (3 months ago)
Author:
flynd
Message:

Some more unused variables.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/support.c

    r6184 r6512  
    306306#warning "I don't know how to do reentrant gethostbyname on this machine." 
    307307#warning "Using thread-unsafe version." 
     308  (void)buf; 
     309  (void)buflen; 
    308310  struct hostent *h_buf; 
    309311  h_buf = gethostbyname(szHostName);