From b4a7b4ec4acc712b1f22a83966ac986b510f25d8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 29 Oct 2019 13:37:54 +0100 Subject: Configure: Make --strict-warnings meaningful with MSVC cl We also add this to our x86_64 builds on appveyor Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/10287) --- Configurations/10-main.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'Configurations') diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index e00e1c0659..aa2054f238 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1352,7 +1352,6 @@ my %targets = ( }, "VC-WIN32" => { inherit_from => [ "VC-noCE-common" ], - CFLAGS => add("/WX"), AS => sub { vc_win32_info()->{AS} }, ASFLAGS => sub { vc_win32_info()->{ASFLAGS} }, asoutflag => sub { vc_win32_info()->{asoutflag} }, -- cgit v1.2.3