Ignore:
Timestamp:
Jan 27, 2007 6:31:51 PM (17 years ago)
Author:
bennylp
Message:

Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r906 r911  
    4141    pj_status_t status; 
    4242 
     43    /* To suppress warning about unused var when all codecs are disabled */ 
     44    PJ_UNUSED_ARG(codec_id); 
     45 
    4346    /* Copy configuration */ 
    4447    pj_memcpy(&pjsua_var.media_cfg, cfg, sizeof(*cfg)); 
Note: See TracChangeset for help on using the changeset viewer.