Ignore:
Timestamp:
Aug 21, 2014 3:33:36 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1751): Fixed miscellaneous MSVC warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c

    r4889 r4897  
    30863086        if (status == PJ_SUCCESS) { 
    30873087            int addr_len = pj_sockaddr_get_len(&ai.ai_addr); 
    3088             pj_uint16_t port = dinfo.addr.port; 
     3088            pj_uint16_t port = (pj_uint16_t)dinfo.addr.port; 
    30893089 
    30903090            if (port==0) { 
Note: See TracChangeset for help on using the changeset viewer.