"Ding, Jeff via RT" <[email protected]> wrote:

.\ssl\s23_clnt.c(286) : error C2220: warning treated as error - no 'object' file
generated
.\ssl\s23_clnt.c(286) : warning C4244: 'initializing' : conversion from 'time_t'
to 'unsigned long', possible loss of data
...
Adding the typecast prevents the compiler warning and resultant error.

This is pretty unimportant warning and doesn't warrant an exit IMHO.
You can do "set cl=-wd4244" before invoking the build.

--gv
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to