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_cli.c

    r5939 r6028  
    163163/** Forward declaration **/ 
    164164pj_status_t cli_setup_command(pj_cli_t *cli); 
    165 void cli_destroy(); 
     165void cli_destroy(void); 
    166166 
    167167PJ_DEF(void) cli_get_info(char *info, pj_size_t size) 
     
    185185} 
    186186 
    187 pj_status_t cli_init() 
     187pj_status_t cli_init(void) 
    188188{ 
    189189    pj_status_t status; 
     
    267267} 
    268268 
    269 void cli_destroy() 
     269void cli_destroy(void) 
    270270{ 
    271271    /* Destroy CLI, it will automatically destroy any FEs */ 
Note: See TracChangeset for help on using the changeset viewer.