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

    r4739 r4890  
    3535#define THIS_FILE   "endpoint.c" 
    3636 
    37 static const pj_str_t STR_AUDIO = { "audio", 5}; 
    38 static const pj_str_t STR_VIDEO = { "video", 5}; 
    3937static const pj_str_t STR_IN = { "IN", 2 }; 
    4038static const pj_str_t STR_IP4 = { "IP4", 3}; 
Note: See TracChangeset for help on using the changeset viewer.