Issue #143, get rid of windows build warning due to passing 'char **' to argument expecting 'const char **'

pull/160/head
Brad House 7 years ago
parent 8fbfc0283c
commit 2effec26f4
  1. 2
      ares_init.c

@ -1455,7 +1455,7 @@ static int get_SuffixList_Windows(char **outptr)
DWORD keyNameBuffSize;
DWORD keyIdx = 0;
char *p = NULL;
char *pp;
const char *pp;
size_t len = 0;
*outptr = NULL;

Loading…
Cancel
Save