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/pjmedia/src/test/mips_test.c

    r4335 r5170  
    24912491    }; 
    24922492 
    2493     unsigned i, c, k[3] = {K8, K16, K32}, clock_rates[3] = {8000, 16000, 32000}; 
     2493    unsigned i, c, clks[3] = {K8, K16, K32}, clock_rates[3] = {8000, 16000, 32000}; 
    24942494 
    24952495    PJ_LOG(3,(THIS_FILE, "MIPS test, with CPU=%dMhz, %6.1f MIPS", CPU_MHZ, CPU_IPS / 1000000)); 
     
    25102510            unsigned j, clock_rate = clock_rates[c]; 
    25112511 
    2512             if ((e->valid_clock_rate & k[c]) == 0) 
     2512            if ((e->valid_clock_rate & clks[c]) == 0) 
    25132513                continue; 
    25142514 
Note: See TracChangeset for help on using the changeset viewer.