mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-22 13:43:16 +00:00
compiler warning fix
This commit is contained in:
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user