Ignore:
Timestamp:
Apr 27, 2009 7:18:38 PM (15 years ago)
Author:
nanang
Message:

Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/vs-reorg2/pjsip/src/test/tsx_uac_test.c

    r2638 r2654  
    552552    pjsip_transport *tp = r->res_addr.transport; 
    553553 
     554    PJ_UNUSED_ARG(timer_heap); 
     555 
    554556    pjsip_endpt_send_response(endpt, &r->res_addr, r->tdata, NULL, NULL); 
    555557    if (tp) 
     
    564566    pjsip_transaction *tsx = pjsip_tsx_layer_find_tsx(&m->tsx_key, PJ_FALSE); 
    565567    int status_code = entry->id; 
     568 
     569    PJ_UNUSED_ARG(timer_heap); 
    566570 
    567571    if (tsx) { 
     
    948952    pj_status_t status; 
    949953 
     954    PJ_UNUSED_ARG(dummy); 
     955 
    950956    PJ_LOG(3,(THIS_FILE,  
    951957              "   please standby, this will take at most %d seconds..", 
     
    10781084static int tsx_uac_retransmit_test(void) 
    10791085{ 
    1080     int status, enabled; 
     1086    int status = 0, enabled; 
    10811087    int i; 
    10821088    struct { 
     
    11421148static int tsx_resolve_error_test(void) 
    11431149{ 
    1144     int status; 
     1150    int status = 0; 
    11451151 
    11461152    PJ_LOG(3,(THIS_FILE, "  test2: resolve error test")); 
     
    12271233    int i; 
    12281234    unsigned delay[] = {0, 10}; 
    1229     pj_status_t status; 
     1235    pj_status_t status = PJ_SUCCESS; 
    12301236 
    12311237    PJ_LOG(3,(THIS_FILE,  
     
    12981304                                 const pjsip_method *method) 
    12991305{ 
    1300     int i, status; 
     1306    int i, status = 0; 
    13011307    unsigned delay[] = { 1, 200 }; 
    13021308 
Note: See TracChangeset for help on using the changeset viewer.