Ignore:
Timestamp:
Dec 2, 2007 3:36:46 PM (16 years ago)
Author:
bennylp
Message:

More ticket #415: Added pj_sockaddr_get_len() and pj_inet_ntop2(), and fixed Symbian combilation warnings with gcce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/addr_resolv_symbian.cpp

    r1601 r1608  
    9292 
    9393        // Ignore if this is not the same address family 
    94         if (inetAddr.Family() != af) { 
     94        if (inetAddr.Family() != (unsigned)af) { 
    9595            resv.Next(nameEntry, reqStatus); 
    9696            User::WaitForRequest(reqStatus); 
Note: See TracChangeset for help on using the changeset viewer.