Ignore:
Timestamp:
Aug 25, 2015 8:45:46 AM (9 years ago)
Author:
nanang
Message:

Re #1881: Fixed compile warnings on VS2015 about declaration hides previous declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/siprtp.c

    r5035 r5170  
    10601060    { 
    10611061        pjmedia_sdp_rtpmap rtpmap; 
    1062         pjmedia_sdp_attr *attr; 
    10631062        char ptstr[10]; 
    10641063 
     
    21262125    /* If URL is specified, then make call immediately */ 
    21272126    if (app.uri_to_call.slen) { 
    2128         unsigned i; 
    2129  
    21302127        PJ_LOG(3,(THIS_FILE, "Making %d calls to %s..", app.max_calls, 
    21312128                  app.uri_to_call.ptr)); 
Note: See TracChangeset for help on using the changeset viewer.