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/test.c

    r595 r728  
    220220    pj_caching_pool caching_pool; 
    221221    const char *filename; 
    222     unsigned i, tsx_test_cnt=0; 
     222    unsigned tsx_test_cnt=0; 
    223223    struct tsx_test_param tsx_test[10]; 
    224224    pj_status_t status; 
     225#if INCLUDE_TSX_TEST 
     226    unsigned i; 
    225227    pjsip_transport *tp; 
    226228    pjsip_tpfactory *tpfactory; 
     229#endif 
    227230    int line; 
    228231 
Note: See TracChangeset for help on using the changeset viewer.