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_im.c

    r4561 r4712  
    275275    pjsip_accept_hdr *accept_hdr; 
    276276    pjsip_msg *msg; 
    277     pj_status_t status; 
    278277 
    279278    msg = rdata->msg_info.msg; 
     
    307306     * the UI takes too long to process the message.  
    308307     */ 
    309     status = pjsip_endpt_respond( pjsua_var.endpt, NULL, rdata, 200, NULL, 
    310                                   NULL, NULL, NULL); 
     308    pjsip_endpt_respond( pjsua_var.endpt, NULL, rdata, 200, NULL, 
     309                        NULL, NULL, NULL); 
    311310 
    312311    /* For the source URI, we use Contact header if present, since 
Note: See TracChangeset for help on using the changeset viewer.