Configure: add back /WX to VC-WIN32.
authorAndy Polyakov <appro@openssl.org>
Sat, 11 Nov 2017 15:27:48 +0000 (16:27 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 13 Nov 2017 10:17:28 +0000 (11:17 +0100)
commitb2921cf7f2468ecf9932527070cd30b3f5cbb467
treec98607a14f70e06d7e52c16036b817a0337339d0
parent1bc5c3cc9dd5e553c448d82c256d4af5f37ef1c7
Configure: add back /WX to VC-WIN32.

We had /WX (treat warnings as errors) in VC-WIN32 for long time. At
some point it was somehow omitted. It's argued that it allows to
keep better focus on new code, which motivates the comeback...

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4718)
Configure
TABLE