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/pjnath/src/pjnath/stun_sock.c

    r4615 r4712  
    955955process_app_data: 
    956956    if (stun_sock->cb.on_rx_data) { 
    957         pj_bool_t ret; 
    958  
    959         ret = (*stun_sock->cb.on_rx_data)(stun_sock, data, (unsigned)size, 
    960                                           src_addr, addr_len); 
     957        (*stun_sock->cb.on_rx_data)(stun_sock, data, (unsigned)size, 
     958                                    src_addr, addr_len); 
    961959        status = pj_grp_lock_release(stun_sock->grp_lock); 
    962960        return status!=PJ_EGONE ? PJ_TRUE : PJ_FALSE; 
Note: See TracChangeset for help on using the changeset viewer.