Ignore:
Timestamp:
Sep 25, 2017 2:58:42 AM (7 years ago)
Author:
riza
Message:

Re #1994(misc): Fix warning on VS2015 when enabling video, opus, webrtc ec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_cli.c

    r5654 r5659  
    29152915 
    29162916#if PJSUA_HAS_VIDEO 
    2917 static pj_status_t add_video_command(pj_cli_t *cli) 
     2917static pj_status_t add_video_command(pj_cli_t *c) 
    29182918{ 
    29192919    char* video_command = 
     
    30543054 
    30553055    pj_str_t xml = pj_str(video_command); 
    3056     return pj_cli_add_cmd_from_xml(cli, NULL, 
     3056    return pj_cli_add_cmd_from_xml(c, NULL, 
    30573057                                   &xml, cmd_video_handler, 
    30583058                                   NULL, get_choice_value); 
Note: See TracChangeset for help on using the changeset viewer.