From: Bernd Edlinger Date: Fri, 30 Mar 2018 18:03:37 +0000 (+0200) Subject: Remove -Wmisleading-indentation from gcc devteam warning options X-Git-Tag: OpenSSL_1_1_1-pre4~11 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=5585c8495e4c0175450b4ddc75b38eb76f929d34;hp=26db32469f381f75e11af25ddc2d1a8e83eeba45 Remove -Wmisleading-indentation from gcc devteam warning options because this one is enabled by default anyways Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5817) --- diff --git a/Configure b/Configure index bd8fd39c7f..b06f17fd07 100755 --- a/Configure +++ b/Configure @@ -1476,7 +1476,6 @@ if ($strict_warnings) die "ERROR --strict-warnings requires gcc[>=4] or gcc-alike" unless $gccver >= 4; - $gcc_devteam_warn .= " -Wmisleading-indentation" if $gccver >= 6; foreach $wopt (split /\s+/, $gcc_devteam_warn) { push @{$config{cflags}}, $wopt