From b49338ee972a66fb6e5ece4b97440d0c3cfa642b Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 2 Dec 2007 15:36:46 +0000 Subject: More ticket #415: Added pj_sockaddr_get_len() and pj_inet_ntop2(), and fixed Symbian combilation warnings with gcce git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1608 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pj/addr_resolv_symbian.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/src/pj/addr_resolv_symbian.cpp') diff --git a/pjlib/src/pj/addr_resolv_symbian.cpp b/pjlib/src/pj/addr_resolv_symbian.cpp index d2bc6366..d3698b51 100644 --- a/pjlib/src/pj/addr_resolv_symbian.cpp +++ b/pjlib/src/pj/addr_resolv_symbian.cpp @@ -91,7 +91,7 @@ static pj_status_t getaddrinfo_by_af(int af, const pj_str_t *name, int addrlen; // Ignore if this is not the same address family - if (inetAddr.Family() != af) { + if (inetAddr.Family() != (unsigned)af) { resv.Next(nameEntry, reqStatus); User::WaitForRequest(reqStatus); continue; -- cgit v1.2.3