Ignore:
Timestamp:
Mar 7, 2013 5:08:10 AM (11 years ago)
Author:
riza
Message:

Misc (re #1634): fixed compile errors/warnings on MSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjlib-util/src/pjlib-util/stun_simple_client.c

    r3896 r4426  
    4646    unsigned srv_cnt; 
    4747    pj_sockaddr_in srv_addr[2]; 
    48     int i, j, send_cnt = 0, nfds; 
     48    int i, send_cnt = 0, nfds; 
    4949    pj_pool_t *pool; 
    5050    struct query_rec { 
     
    136136        /* Send messages to servers that has not given us response. */ 
    137137        for (i=0; i<sock_cnt && status==PJ_SUCCESS; ++i) { 
     138            unsigned j; 
    138139            for (j=0; j<srv_cnt && status==PJ_SUCCESS; ++j) { 
    139140                pjstun_msg_hdr *msg_hdr = (pjstun_msg_hdr*) out_msg; 
Note: See TracChangeset for help on using the changeset viewer.