Ignore:
Timestamp:
Mar 4, 2013 4:34:38 AM (11 years ago)
Author:
nanang
Message:

Misc (re #1559): fixed compile errors/warnings on Symbian platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c

    r4291 r4411  
    870870 
    871871    /* Start with the specified priority */ 
    872     while (mod != &endpt->module_list && mod->priority < p->start_prio) { 
     872    while (mod != &endpt->module_list && mod->priority < (int)p->start_prio) { 
    873873        mod = mod->next; 
    874874    } 
Note: See TracChangeset for help on using the changeset viewer.