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/pjmedia/src/pjmedia/session.c

    r3841 r4890  
    4949#endif 
    5050 
    51  
    52 static const pj_str_t ID_AUDIO = { "audio", 5}; 
    53 static const pj_str_t ID_VIDEO = { "video", 5}; 
    54 static const pj_str_t ID_APPLICATION = { "application", 11}; 
    55 static const pj_str_t ID_IN = { "IN", 2 }; 
    56 static const pj_str_t ID_IP4 = { "IP4", 3}; 
    57 static const pj_str_t ID_IP6 = { "IP6", 3}; 
    58 static const pj_str_t ID_RTP_AVP = { "RTP/AVP", 7 }; 
    59 static const pj_str_t ID_RTP_SAVP = { "RTP/SAVP", 8 }; 
    60 //static const pj_str_t ID_SDP_NAME = { "pjmedia", 7 }; 
    61 static const pj_str_t ID_RTPMAP = { "rtpmap", 6 }; 
    62 static const pj_str_t ID_TELEPHONE_EVENT = { "telephone-event", 15 }; 
    63  
    64 static const pj_str_t STR_INACTIVE = { "inactive", 8 }; 
    65 static const pj_str_t STR_SENDRECV = { "sendrecv", 8 }; 
    66 static const pj_str_t STR_SENDONLY = { "sendonly", 8 }; 
    67 static const pj_str_t STR_RECVONLY = { "recvonly", 8 }; 
    68  
    6951/* 
    7052 * Initialize session info from SDP session descriptors. 
Note: See TracChangeset for help on using the changeset viewer.