Ignore:
Timestamp:
Apr 26, 2012 3:39:24 AM (12 years ago)
Author:
ming
Message:

Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/format.c

    r3953 r4087  
    5454        return (pjmedia_audio_format_detail*) &fmt->det.aud; 
    5555    } else { 
     56        /* Get rid of unused var compiler warning if pj_assert() 
     57         * macro does not do anything 
     58         */ 
     59        PJ_UNUSED_ARG(assert_valid); 
    5660        pj_assert(!assert_valid || !"Invalid audio format detail"); 
    5761        return NULL; 
Note: See TracChangeset for help on using the changeset viewer.