Commit b54a8531 authored by Yang Tse's avatar Yang Tse
Browse files

compiler warning fix

parent 789fd0b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,9 +186,9 @@ static int file_lookup(union ares_addr *addr, int family, struct hostent **host)
{
  FILE *fp;
  int status;
  int error;

#ifdef WIN32
  int error;
  char PATH_HOSTS[MAX_PATH];
  if (IS_NT()) {
    char tmp[MAX_PATH];