Resolve warnings in VC-WIN32 build, which allows to add /WX.
authorAndy Polyakov <appro@openssl.org>
Sat, 11 Nov 2017 21:23:12 +0000 (22:23 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 13 Nov 2017 09:58:57 +0000 (10:58 +0100)
commit3a63c0edab842af3e84ef1cad2b4eb701eece3e1
treec45bf7fb2f69874b2779b33e5597a59bbc92e648
parent802127e8fc07cbef499b645e7e1ae48ce3ed981c
Resolve warnings in VC-WIN32 build, which allows to add /WX.

It's argued that /WX allows to keep better focus on new code, which
motivates its comeback...

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4721)
24 files changed:
apps/apps.c
apps/s_client.c
apps/speed.c
crypto/bio/b_addr.c
crypto/bio/b_print.c
crypto/bio/b_sock2.c
crypto/conf/conf_sap.c
crypto/ec/curve25519.c
crypto/rand/randfile.c
ssl/record/rec_layer_s3.c
ssl/statem/extensions_clnt.c
ssl/statem/statem_lib.c
ssl/t1_lib.c
test/asn1_encode_test.c
test/asn1_time_test.c
test/bad_dtls_test.c
test/clienthellotest.c
test/crltest.c
test/ct_test.c
test/handshake_helper.c
test/packettest.c
test/sanitytest.c
test/ssltest_old.c
test/testutil/driver.c