Ignore:
Timestamp:
Dec 18, 2008 4:48:43 PM (16 years ago)
Author:
bennylp
Message:

Fixed minor gcc compilation warnings

File:
1 edited

Legend:

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

    r2329 r2385  
    122122    ST_DOUBLETALK, 
    123123    ST_REM_TALK 
    124 } talk_state; 
     124} talk_state_t; 
    125125 
    126126const char *state_names[] =  
     
    226226 
    227227    pj_bool_t    learning;          /* Are we still learning yet?           */ 
    228     talk_state  talk_state;        /* Current talking state                */ 
     228    talk_state_t talk_state;        /* Current talking state                */ 
    229229    int          tail_index;        /* Echo location, -1 if not found       */ 
    230230 
     
    392392 
    393393/* Set state */ 
    394 static void echo_supp_set_state(echo_supp *ec, enum talk_state state,  
     394static void echo_supp_set_state(echo_supp *ec, talk_state_t state,  
    395395                                unsigned level) 
    396396{ 
Note: See TracChangeset for help on using the changeset viewer.