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/pjlib/src/pjlib-test/ioq_perf.c

    r4537 r5170  
    8585 
    8686        if (bytes_read < 0) { 
    87             pj_status_t rc = (pj_status_t)-bytes_read; 
    8887            char errmsg[PJ_ERR_MSG_SIZE]; 
    8988 
     89            rc = (pj_status_t)-bytes_read; 
    9090            if (rc != last_error) { 
    9191                //last_error = rc; 
Note: See TracChangeset for help on using the changeset viewer.