Ignore:
Timestamp:
Nov 21, 2005 5:01:06 PM (18 years ago)
Author:
bennylp
Message:

Fixed MSVC compilation warnings in release build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ioqueue_winnt.c

    r66 r71  
    439439    generic_overlapped *pOv; 
    440440    pj_ioqueue_key_t *key; 
    441     pj_ssize_t size_status; 
     441    pj_ssize_t size_status = -1; 
    442442    BOOL rc; 
    443443 
     
    510510        /* Check the connecting array (again). */ 
    511511#if PJ_HAS_TCP 
     512        size_status = -1;   /* make MSVC happy */ 
    512513        key = check_connecting(ioqueue, &size_status); 
    513514        if (key != NULL) { 
Note: See TracChangeset for help on using the changeset viewer.