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

    r563 r728  
    107107static char *TEST11_BRANCH_ID = PJSIP_RFC3261_BRANCH_ID "-UAS-Test11"; 
    108108static char *TEST12_BRANCH_ID = PJSIP_RFC3261_BRANCH_ID "-UAS-Test12"; 
    109 static char *TEST13_BRANCH_ID = PJSIP_RFC3261_BRANCH_ID "-UAS-Test13"; 
     109//static char *TEST13_BRANCH_ID = PJSIP_RFC3261_BRANCH_ID "-UAS-Test13"; 
    110110 
    111111#define TEST1_STATUS_CODE       200 
     
    195195 
    196196/* General timer entry to be used by tests. */ 
    197 static pj_timer_entry timer; 
     197//static pj_timer_entry timer; 
    198198 
    199199/* Timer to send response via transaction. */ 
     
    314314} 
    315315 
     316#if 0   /* Unused for now */ 
    316317/* Timer callback to terminate transaction. */ 
    317318static void terminate_tsx_timer( pj_timer_heap_t *timer_heap, 
     
    339340    pjsip_endpt_schedule_timer(endpt, &timer, &delay); 
    340341} 
     342#endif 
    341343 
    342344 
Note: See TracChangeset for help on using the changeset viewer.