Ignore:
Timestamp:
May 12, 2007 3:03:23 PM (17 years ago)
Author:
bennylp
Message:

Symbian fixes to compile on GCCE (nested callbacks etc)

File:
1 edited

Legend:

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

    r1244 r1269  
    6868PJ_DEF(const pjmedia_snd_dev_info*) pjmedia_snd_get_dev_info(unsigned index) 
    6969{ 
    70     PJ_ASSERT_RETURN(index==0 || index==-1, NULL); 
     70    PJ_ASSERT_RETURN(index==0 || index==(unsigned)-1, NULL); 
    7171    return &null_info; 
    7272} 
Note: See TracChangeset for help on using the changeset viewer.