Ignore:
Timestamp:
Sep 19, 2006 1:32:05 PM (18 years ago)
Author:
bennylp
Message:

Fixed misc compilation warnings (mostly about unused variables)

File:
1 edited

Legend:

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

    r624 r728  
    336336{ 
    337337    if (!pj_strncmp(&rdata->msg_info.cid->id, &rt_call_id, rt_call_id.slen)) { 
    338         char *pos = pj_strchr(&rdata->msg_info.cid->id, '/'); 
    339         int thread_id = (*pos - '0'); 
    340  
    341338        pjsip_tx_data *tdata; 
    342339        pjsip_response_addr res_addr; 
     
    490487static int rt_worker_thread(void *arg) 
    491488{ 
    492     int i, thread_id = (int)(long)arg; 
     489    int i; 
    493490    pj_time_val poll_delay = { 0, 10 }; 
    494491 
Note: See TracChangeset for help on using the changeset viewer.