Ignore:
Timestamp:
Jan 23, 2014 8:09:29 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport_udp.c

    r4559 r4712  
    621621static pj_status_t start_async_read(struct udp_transport *tp) 
    622622{ 
    623     pj_ioqueue_t *ioqueue; 
    624623    int i; 
    625624    pj_status_t status; 
    626  
    627     ioqueue = pjsip_endpt_get_ioqueue(tp->base.endpt); 
    628625 
    629626    /* Start reading the ioqueue. */ 
Note: See TracChangeset for help on using the changeset viewer.