Ignore:
Timestamp:
Jan 23, 2014 8:09:29 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).

File:
1 edited

Legend:

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

    r4561 r4712  
    44984498         */ 
    44994499        pjsip_rx_data *rdata; 
    4500         pjsip_msg *msg; 
    45014500        pjsip_accept_hdr *accept_hdr; 
    4502         pj_status_t status; 
    45034501 
    45044502        rdata = e->body.tsx_state.src.rdata; 
    4505         msg = rdata->msg_info.msg; 
    45064503 
    45074504        /* Request MUST have message body, with Content-Type equal to 
     
    45234520         * the UI takes too long to process the message.  
    45244521         */ 
    4525         status = pjsip_dlg_respond( inv->dlg, rdata, 200, NULL, NULL, NULL); 
     4522        pjsip_dlg_respond( inv->dlg, rdata, 200, NULL, NULL, NULL); 
    45264523 
    45274524        /* Process MESSAGE request */ 
Note: See TracChangeset for help on using the changeset viewer.