On Thu, Nov 17, 2011 at 1:29 AM, Hans Camilleri <[email protected]> wrote: > Dear Sir/Madam, > > > > First of all I would like to thank you for the good work in developing > openSSL project. > > > > We have recently downloaded openssl-1.0.0e and created a Visual Studio 2010 > project which gives us loads of compiler warnings (~400) when compiling it > in 64 bit. > > > > Most of the warning are made up of C4267 and C4244 and are sometimes unsafe > to ignore as seen below. > > > > .\ssl\t1_enc.c(963): warning C4267: 'return' : conversion from 'size_t' to > 'int', possible loss of data > > t1_lib.c > > .\ssl\t1_lib.c(301): warning C4244: '=' : conversion from '__int64' to > 'long', possible loss of data > > > > We would like to know whether these are planned to be solved please?
Apparently gcc has this warning from 4.3 onwards, so I may have a crack at fixing them. It is likely to be a big job, though. > > > > Thanks > > > > Regards > > Hans Camilleri ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
