summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-03-30 20:03:37 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-03-31 17:00:54 +0200
commit5585c8495e4c0175450b4ddc75b38eb76f929d34 (patch)
treec73539872dfe8a3789c02be8be0e12b595ac6b74 /Configure
parent26db32469f381f75e11af25ddc2d1a8e83eeba45 (diff)
Remove -Wmisleading-indentation from gcc devteam warning options
because this one is enabled by default anyways Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5817)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 0 insertions, 1 deletions
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