Ignore:
Timestamp:
Aug 25, 2015 8:45:46 AM (9 years ago)
Author:
nanang
Message:

Re #1881: Fixed compile warnings on VS2015 about declaration hides previous declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test/tsx_uas_test.c

    r4893 r5170  
    262262/* Schedule timer to send response for the specified UAS transaction */ 
    263263static void schedule_send_response( pjsip_rx_data *rdata, 
    264                                     const pj_str_t *tsx_key, 
     264                                    const pj_str_t *tsx_key_, 
    265265                                    int status_code, 
    266266                                    int msec_delay ) 
     
    281281 
    282282    r = PJ_POOL_ALLOC_T(tdata->pool, struct response); 
    283     pj_strdup(tdata->pool, &r->tsx_key, tsx_key); 
     283    pj_strdup(tdata->pool, &r->tsx_key, tsx_key_); 
    284284    r->tdata = tdata; 
    285285 
Note: See TracChangeset for help on using the changeset viewer.