Ignore:
Timestamp:
Mar 30, 2012 7:41:56 AM (12 years ago)
Author:
nanang
Message:

Misc (re #1446): Fixed compile warnings on VS2005.

File:
1 edited

Legend:

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

    r3999 r4000  
    570570    pjmedia_port *media_port; 
    571571    unsigned strm_idx = call_med->idx; 
    572     pj_status_t status; 
     572    pj_status_t status = PJ_SUCCESS; 
     573 
     574    PJ_UNUSED_ARG(tmp_pool); 
     575    PJ_UNUSED_ARG(local_sdp); 
     576    PJ_UNUSED_ARG(remote_sdp); 
    573577 
    574578    PJ_LOG(4,(THIS_FILE,"Audio channel update..")); 
Note: See TracChangeset for help on using the changeset viewer.