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_msg.c

    r4615 r4712  
    23012301     
    23022302    pj_stun_msg *msg; 
    2303     unsigned uattr_cnt; 
    23042303    const pj_uint8_t *start_pdu = pdu; 
    23052304    pj_bool_t has_msg_int = PJ_FALSE; 
     
    23402339 
    23412340    /* Parse attributes */ 
    2342     uattr_cnt = 0; 
    23432341    while (pdu_len >= 4) { 
    23442342        unsigned attr_type, attr_val_len; 
Note: See TracChangeset for help on using the changeset viewer.