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/pcaputil.c

    r5035 r5170  
    372372        samples_cnt = 0; 
    373373        for (i=0; i<frame_cnt; ++i) { 
    374             pjmedia_frame pcm_frame; 
    375  
    376374            pcm_frame.buf = pcm; 
    377375            pcm_frame.size = samples_per_frame * 2; 
Note: See TracChangeset for help on using the changeset viewer.