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

    r1238 r1266  
    142142    PJ_LOG(3,("test", "...simple_sock_test()")); 
    143143 
    144     for (i=0; i<sizeof(types)/sizeof(types[0]); ++i) { 
     144    for (i=0; i<(int)(sizeof(types)/sizeof(types[0])); ++i) { 
    145145         
    146146        rc = pj_sock_socket(PJ_AF_INET, types[i], 0, &sock); 
Note: See TracChangeset for help on using the changeset viewer.