Hi all, I compiled the live555 media streaming library using the Visual Studio 2005 compiler and the compiler reports 176 warnings when compiled with the 64 bit portability issues detection feature. The warnings are not reported when this compiler feature is turned off. Yes, most of the warnings can be safely ignored (according to our opinion). But there are also some line with type casts of ints or long to pointers or vice versa which might be very dangerous on a 64 bit platform. I attached a text file to this e-mail with all the warnings including the file and exact line number and warning description. - I think that some of the lines can potentially cause problems on 64 bit platforms, but without better code knowledge we are not sure. - Are there any plans to get rid of there warnings to make Visual Studio compilers happy? Best regards Alex
Warning 1 warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data d:\live555\adtsaudiofilesource.cpp 150 Warning 2 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\amraudiofilesink.cpp 78 Warning 3 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\amraudiofilesource.cpp 156 Warning 4 warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data d:\live555\base64.cpp 50 Warning 5 warning C4311: 'type cast' : pointer truncation from 'const char *' to 'unsigned long' d:\live555\basichashtable.cpp 266 Warning 6 warning C4244: 'initializing' : conversion from 'SOCKET' to 'int', possible loss of data d:\live555\basictaskscheduler.cpp 80 Warning 7 warning C4312: 'type cast' : conversion from 'long' to 'void *' of greater size d:\live555\basictaskscheduler0.cpp 63 Warning 8 warning C4311: 'type cast' : pointer truncation from 'TaskToken' to 'long' d:\live555\basictaskscheduler0.cpp 67 Warning 9 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\basicusageenvironment0.cpp 73 Warning 10 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\bytestreamfilesource.cpp 138 Warning 11 warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\darwininjector.cpp 100 Warning 12 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\darwininjector.cpp 157 Warning 13 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\darwininjector.cpp 182 Warning 14 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\darwininjector.cpp 268 Warning 15 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\darwininjector.cpp 278 Warning 16 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\darwininjector.cpp 281 Warning 17 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\darwininjector.cpp 292 Warning 18 warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data d:\live555\digestauthentication.cpp 100 Warning 19 warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data d:\live555\digestauthentication.cpp 107 Warning 20 warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data d:\live555\digestauthentication.cpp 115 Warning 21 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\dvvideortpsink.cpp 93 Warning 22 warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\groupeid.cpp 65 Warning 23 warning C4311: 'type cast' : pointer truncation from 'TunnelEncapsulationTrailer *' to 'unsigned long' d:\live555\groupsock.cpp 398 Warning 24 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\groupsock.cpp 480 Warning 25 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\groupsock.cpp 482 Warning 26 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\groupsock.cpp 513 Warning 27 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\groupsock.cpp 523 Warning 28 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\groupsock.cpp 538 Warning 29 warning C4244: 'initializing' : conversion from 'SOCKET' to 'int', possible loss of data d:\live555\groupsockhelper.cpp 57 Warning 30 warning C4244: 'initializing' : conversion from 'SOCKET' to 'int', possible loss of data d:\live555\groupsockhelper.cpp 145 Warning 31 warning C4244: 'initializing' : conversion from '__w64 int' to 'int', possible loss of data d:\live555\h263plusvideostreamparser.cpp 210 Warning 32 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\h264videortpsink.cpp 41 Warning 33 warning C4244: '=' : conversion from 'SOCKET' to 'int', possible loss of data d:\live555\httpsink.cpp 108 Warning 34 warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\live555\httpsink.cpp 127 Warning 35 warning C4312: 'type cast' : conversion from 'unsigned int' to 'const char *' of greater size d:\live555\mediasession.cpp 660 Warning 36 warning C4312: 'type cast' : conversion from 'unsigned int' to 'const char *' of greater size d:\live555\mediasession.cpp 680 Warning 37 warning C4312: 'type cast' : conversion from 'long' to 'FILE *' of greater size d:\live555\mp3httpsource.cpp 62 Warning 38 warning C4311: 'type cast' : pointer truncation from 'FILE *' to 'long' d:\live555\mp3streamstate.cpp 38 Warning 39 warning C4311: 'type cast' : pointer truncation from 'FILE *' to 'long' d:\live555\mp3streamstate.cpp 204 Warning 40 warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\live555\mp3streamstate.cpp 215 Warning 41 warning C4311: 'type cast' : pointer truncation from 'FILE *' to 'long' d:\live555\mp3streamstate.cpp 415 Warning 42 warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\mp3streamstate.cpp 430 Warning 43 warning C4312: 'type cast' : conversion from 'unsigned int' to 'void *' of greater size d:\live555\mpeg1or2videortpsink.cpp 124 Warning 44 warning C4244: 'return' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpegvideostreamparser.hh 110 Warning 45 warning C4244: 'initializing' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpeg1or2videostreamframer.cpp 205 Warning 46 warning C4312: 'type cast' : conversion from 'unsigned int' to 'void *' of greater size d:\live555\mpeg1or2videostreamframer.cpp 463 Warning 47 warning C4244: '=' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpeg2indexfromtransportstream.cpp 525 Warning 48 warning C4244: '=' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpeg2indexfromtransportstream.cpp 530 Warning 49 warning C4312: 'type cast' : conversion from 'unsigned int' to 'const char *' of greater size d:\live555\mpeg2transportfileservermediasubsession.cpp 213 Warning 50 warning C4312: 'type cast' : conversion from 'unsigned int' to 'const char *' of greater size d:\live555\mpeg2transportfileservermediasubsession.cpp 247 Warning 51 warning C4312: 'type cast' : conversion from 'unsigned int' to 'char *' of greater size d:\live555\mpeg2transportstreamframer.cpp 187 Warning 52 warning C4312: 'type cast' : conversion from 'unsigned int' to 'char *' of greater size d:\live555\mpeg2transportstreamframer.cpp 192 Warning 53 warning C4244: 'argument' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpeg2transportstreammultiplexor.cpp 256 Warning 54 warning C4244: 'initializing' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpeg2transportstreammultiplexor.cpp 302 Warning 55 warning C4244: 'argument' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpeg2transportstreammultiplexor.cpp 306 Warning 56 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\mpeg4esvideortpsink.cpp 116 Warning 57 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\mpeg4genericrtpsink.cpp 52 Warning 58 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\mpeg4genericrtpsource.cpp 88 Warning 59 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\mpeg4latmaudiortpsink.cpp 40 Warning 60 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\mpeg4latmaudiortpsource.cpp 199 Warning 61 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\mpeg4latmaudiortpsource.cpp 244 Warning 62 warning C4244: 'return' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpegvideostreamparser.hh 110 Warning 63 warning C4312: 'type cast' : conversion from 'u_int32_t' to 'void *' of greater size d:\live555\mpeg4videostreamframer.cpp 646 Warning 64 warning C4244: 'return' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpegvideostreamparser.hh 110 Warning 65 warning C4244: 'return' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\mpegvideostreamparser.hh 110 Warning 66 warning C4244: '+=' : conversion from '__w64 unsigned int' to 'unsigned int', possible loss of data d:\live555\multiframedrtpsource.cpp 409 Warning 67 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\netinterface.cpp 121 Warning 68 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\netinterface.cpp 126 Warning 69 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\netinterface.cpp 138 Warning 70 warning C4312: 'type cast' : conversion from 'unsigned int' to 'const char *' of greater size d:\live555\ondemandservermediasubsession.cpp 253 Warning 71 warning C4312: 'type cast' : conversion from 'unsigned int' to 'const char *' of greater size d:\live555\ondemandservermediasubsession.cpp 264 Warning 72 warning C4312: 'type cast' : conversion from 'unsigned int' to 'const char *' of greater size d:\live555\ondemandservermediasubsession.cpp 315 Warning 73 warning C4312: 'type cast' : conversion from 'unsigned int' to 'const char *' of greater size d:\live555\ondemandservermediasubsession.cpp 317 Warning 74 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\ondemandservermediasubsession.cpp 386 Warning 75 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\passiveservermediasubsession.cpp 74 Warning 76 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\quicktimefilesink.cpp 1165 Warning 77 warning C4244: 'initializing' : conversion from '__w64 int' to 'int', possible loss of data d:\live555\quicktimefilesink.cpp 2086 Warning 78 warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data d:\live555\quicktimefilesink.cpp 2097 Warning 79 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\quicktimefilesink.cpp 2201 Warning 80 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\rtcp.cpp 41 Warning 81 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\rtcp.cpp 52 Warning 82 warning C4312: 'type cast' : conversion from 'long' to 'void *' of greater size d:\live555\rtcp.cpp 52 Warning 83 warning C4312: 'type cast' : conversion from 'long' to 'char *' of greater size d:\live555\rtcp.cpp 58 Warning 84 warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned long' d:\live555\rtcp.cpp 88 Warning 85 warning C4311: 'type cast' : pointer truncation from 'const char *' to 'unsigned long' d:\live555\rtcp.cpp 93 Warning 86 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtcp.cpp 898 Warning 87 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpinterface.cpp 70 Warning 88 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpinterface.cpp 75 Warning 89 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpinterface.cpp 188 Warning 90 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpinterface.cpp 295 Warning 91 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpinterface.cpp 309 Warning 92 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpinterface.cpp 315 Warning 93 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtpsink.cpp 139 Warning 94 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpsink.cpp 202 Warning 95 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpsink.cpp 226 Warning 96 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpsink.cpp 231 Warning 97 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpsource.cpp 149 Warning 98 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpsource.cpp 180 Warning 99 warning C4312: 'type cast' : conversion from 'long' to 'const char *' of greater size d:\live555\rtpsource.cpp 185 Warning 100 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 91 Warning 101 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 95 Warning 102 warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data d:\live555\rtspclient.cpp 103 Warning 103 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 107 Warning 104 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 208 Warning 105 warning C4244: 'initializing' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 313 Warning 106 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 446 Warning 107 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 556 Warning 108 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 643 Warning 109 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 671 Warning 110 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 677 Warning 111 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 847 Warning 112 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 855 Warning 113 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 890 Warning 114 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 912 Warning 115 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1095 Warning 116 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1205 Warning 117 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1283 Warning 118 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1342 Warning 119 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1402 Warning 120 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1454 Warning 121 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1455 Warning 122 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1462 Warning 123 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1519 Warning 124 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1526 Warning 125 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1550 Warning 126 warning C4244: 'initializing' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1613 Warning 127 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1694 Warning 128 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 1764 Warning 129 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 2000 Warning 130 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 2009 Warning 131 warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data d:\live555\rtspclient.cpp 2014 Warning 132 warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 2068 Warning 133 warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\live555\rtspclient.cpp 2075 Warning 134 warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data d:\live555\rtspclient.cpp 2081 Warning 135 warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data d:\live555\rtspclient.cpp 2350 Warning 136 warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data d:\live555\rtspclient.cpp 2351 Warning 137 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 2426 Warning 138 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspclient.cpp 2478 Warning 139 warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\live555\rtspclient.cpp 2537 Warning 140 warning C4244: 'initializing' : conversion from 'SOCKET' to 'int', possible loss of data d:\live555\rtspoverhttpserver.cpp 120 Warning 141 warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\live555\rtspoverhttpserver.cpp 248 Warning 142 warning C4244: 'initializing' : conversion from 'SOCKET' to 'int', possible loss of data d:\live555\rtspserver.cpp 225 Warning 143 warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\live555\rtspserver.cpp 390 Warning 144 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspserver.cpp 502 Warning 145 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspserver.cpp 900 Warning 146 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspserver.cpp 961 Warning 147 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\rtspserver.cpp 1017 Warning 148 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\servermediasession.cpp 189 Warning 149 warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data d:\live555\servermediasession.cpp 197 Warning 150 warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\servermediasession.cpp 218 Warning 151 warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\servermediasession.cpp 257 Warning 152 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 55 Warning 153 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 59 Warning 154 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 64 Warning 155 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 110 Warning 156 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 114 Warning 157 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 135 Warning 158 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 183 Warning 159 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 208 Warning 160 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 212 Warning 161 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 231 Warning 162 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 240 Warning 163 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 267 Warning 164 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 281 Warning 165 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 528 Warning 166 warning C4244: 'initializing' : conversion from '__w64 int' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 554 Warning 167 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 609 Warning 168 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 652 Warning 169 warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 662 Warning 170 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 693 Warning 171 warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 703 Warning 172 warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\sipclient.cpp 865 Warning 173 warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\wavaudiofilesource.cpp 218 Warning 174 warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\wavaudiofilesource.cpp 226 Warning 175 warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data d:\live555\wavaudiofilesource.cpp 227 Warning 176 warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data d:\live555\our_md5hl.c 52
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel