From 5585c8495e4c0175450b4ddc75b38eb76f929d34 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Fri, 30 Mar 2018 20:03:37 +0200 Subject: [PATCH] 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) --- Configure | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1