Ignore:
Timestamp:
May 27, 2019 6:34:57 AM (5 years ago)
Author:
ming
Message:

Re #2181: Suppressed a couple of compilation warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c

    r5939 r6008  
    650650                           22-(int)info.name.slen, "                   ", 
    651651                           s, 
    652                            20-pj_ansi_strlen(s), "                    ", 
     652                           20-(int)pj_ansi_strlen(s), "                    ", 
    653653                           tr_list, 
    654                            12-pj_ansi_strlen(tr_list), "            ", 
     654                           12-(int)pj_ansi_strlen(tr_list), "            ", 
    655655                           li_list); 
    656656                } 
Note: See TracChangeset for help on using the changeset viewer.