Fix compilation warning on win32 with verbose GCC warnings.

svn:r1305
This commit is contained in:
Nick Mathewson 2009-05-22 16:51:10 +00:00
parent 499d0039ad
commit 6bd85f9d71

2
http.c
View File

@ -102,7 +102,7 @@
#define NI_NUMERICHOST 1
#define NI_NUMERICSERV 2
int
static int
fake_getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
size_t hostlen, char *serv, size_t servlen, int flags)
{