Ignore:
Timestamp:
Aug 11, 2010 6:03:47 AM (14 years ago)
Author:
bennylp
Message:

Misc (re #1068): fixed various compilation warnings with Visual Studio 6 and 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_strans.c

    r3212 r3262  
    269269         * move it temporarily to something else. 
    270270         */ 
    271         if (comp->default_cand == cand - comp->cand_list) { 
     271        if ((int)comp->default_cand == cand - comp->cand_list) { 
    272272            /* Init to something */ 
    273273            comp->default_cand = 0; 
Note: See TracChangeset for help on using the changeset viewer.