Ignore:
Timestamp:
Aug 19, 2014 12:54:34 AM (10 years ago)
Author:
bennylp
Message:

Re #1751: fixed miscellaneous gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_auth.c

    r4537 r4890  
    150150 
    151151 
    152 PJ_INLINE(pj_uint16_t) GET_VAL16(const pj_uint8_t *pdu, unsigned pos) 
     152/*unused PJ_INLINE(pj_uint16_t) GET_VAL16(const pj_uint8_t *pdu, unsigned pos) 
    153153{ 
    154154    return (pj_uint16_t) ((pdu[pos] << 8) + pdu[pos+1]); 
    155 } 
     155}*/ 
    156156 
    157157 
Note: See TracChangeset for help on using the changeset viewer.