Changeset 5773


Ignore:
Timestamp:
Apr 3, 2018 4:05:41 AM (6 years ago)
Author:
ming
Message:

Re #2059 (misc): Comment unused const to prevent compiler warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c

    r5755 r5773  
    125125static const pj_str_t ID_RTP_AVP  = { "RTP/AVP", 7 }; 
    126126static const pj_str_t ID_RTP_SAVP = { "RTP/SAVP", 8 }; 
    127 static const pj_str_t ID_INACTIVE = { "inactive", 8 }; 
     127// static const pj_str_t ID_INACTIVE = { "inactive", 8 }; 
    128128static const pj_str_t ID_CRYPTO   = { "crypto", 6 }; 
    129129 
Note: See TracChangeset for help on using the changeset viewer.