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/stream_info.c

    r3982 r4890  
    3333static const pj_str_t ID_TELEPHONE_EVENT = { "telephone-event", 15 }; 
    3434 
    35 static const pj_str_t STR_INACTIVE = { "inactive", 8 }; 
    36 static const pj_str_t STR_SENDRECV = { "sendrecv", 8 }; 
    37 static const pj_str_t STR_SENDONLY = { "sendonly", 8 }; 
    38 static const pj_str_t STR_RECVONLY = { "recvonly", 8 }; 
    39  
    40  
    4135/* 
    4236 * Internal function for collecting codec info and param from the SDP media. 
     
    326320                                           unsigned stream_idx) 
    327321{ 
     322    const pj_str_t STR_INACTIVE = { "inactive", 8 }; 
     323    const pj_str_t STR_SENDONLY = { "sendonly", 8 }; 
     324    const pj_str_t STR_RECVONLY = { "recvonly", 8 }; 
     325 
    328326    pjmedia_codec_mgr *mgr; 
    329327    const pjmedia_sdp_attr *attr; 
Note: See TracChangeset for help on using the changeset viewer.