Ignore:
Timestamp:
Feb 6, 2014 11:06:42 AM (10 years ago)
Author:
bennylp
Message:

Misc (re #1630): another fixes for gcc warnings about variable set but unused

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/format.c

    r4537 r4736  
    322322{ 
    323323    pjmedia_video_format_info **first; 
    324     int          comp; 
    325324    unsigned     n; 
    326325 
     
    331330 
    332331    /* Binary search for the appropriate format id */ 
    333     comp = -1; 
    334332    first = &mgr->infos[0]; 
    335333    n = mgr->info_cnt; 
Note: See TracChangeset for help on using the changeset viewer.