Ignore:
Timestamp:
May 11, 2007 3:14:34 PM (17 years ago)
Author:
bennylp
Message:

HUGE changeset to make the rest of the libraries compile with C++ mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/ioq_perf.c

    r1236 r1266  
    506506 
    507507    best_bandwidth = 0; 
    508     for (i=0; i<sizeof(test_param)/sizeof(test_param[0]); ++i) { 
     508    for (i=0; i<(int)(sizeof(test_param)/sizeof(test_param[0])); ++i) { 
    509509        pj_size_t bandwidth; 
    510510 
Note: See TracChangeset for help on using the changeset viewer.