Ignore:
Timestamp:
Oct 23, 2013 9:29:35 AM (11 years ago)
Author:
riza
Message:

Re #1643: Fix some build warnings detected on VS2012

File:
1 edited

Legend:

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

    r4580 r4634  
    16441644     */ 
    16451645    if (next) { 
    1646         find_next_call(current_call); 
     1646        find_next_call(); 
    16471647    } else { 
    1648         find_prev_call(current_call); 
     1648        find_prev_call(); 
    16491649    } 
    16501650 
Note: See TracChangeset for help on using the changeset viewer.