On 11/17/11 3:08 PM, Ben Laurie wrote:
On Thu, Nov 17, 2011 at 1:01 PM, Ladar Levison<[email protected]> wrote:
On 11/17/11 10:51 AM, Ben Laurie wrote:
.\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.
I'm on Linux with gcc 4.4.5 and there are no warnings.
Are you using -Wconversion?
The config uses -Wall which doesn't include the conversion warnings.
The warnings show up if I explicitly add -Wconversion to the config params.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]