Ignore:
Timestamp:
Jun 13, 2019 5:58:18 AM (5 years ago)
Author:
ming
Message:

Re #2147 (misc): Suppressed various warnings from XCode (iOS)

  • this function declaration is not a prototype, and some typecasts
File:
1 edited

Legend:

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

    r6027 r6028  
    6363 * press ']' 
    6464 */ 
    65 pj_bool_t find_next_call() 
     65pj_bool_t find_next_call(void) 
    6666{ 
    6767    int i, max; 
     
    8686} 
    8787 
    88 pj_bool_t find_prev_call() 
     88pj_bool_t find_prev_call(void) 
    8989{ 
    9090    int i, max; 
     
    329329} 
    330330 
    331 void vid_list_devs() 
     331void vid_list_devs(void) 
    332332{ 
    333333    unsigned i, count; 
Note: See TracChangeset for help on using the changeset viewer.