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

    r4712 r4890  
    753753} 
    754754 
    755 PJ_INLINE(pj_uint16_t) GETVAL16N(const pj_uint8_t *buf, unsigned pos) 
     755/*unused PJ_INLINE(pj_uint16_t) GETVAL16N(const pj_uint8_t *buf, unsigned pos) 
    756756{ 
    757757    return pj_htons(GETVAL16H(buf,pos)); 
    758 } 
     758}*/ 
    759759 
    760760static void PUTVAL16H(pj_uint8_t *buf, unsigned pos, pj_uint16_t hval) 
     
    772772} 
    773773 
    774 PJ_INLINE(pj_uint32_t) GETVAL32N(const pj_uint8_t *buf, unsigned pos) 
     774/*unused PJ_INLINE(pj_uint32_t) GETVAL32N(const pj_uint8_t *buf, unsigned pos) 
    775775{ 
    776776    return pj_htonl(GETVAL32H(buf,pos)); 
    777 } 
     777}*/ 
    778778 
    779779static void PUTVAL32H(pj_uint8_t *buf, unsigned pos, pj_uint32_t hval) 
Note: See TracChangeset for help on using the changeset viewer.