[openssl-commits] [openssl] master update
bernd.edlinger at hotmail.de
bernd.edlinger at hotmail.de
Sat Mar 31 15:01:30 UTC 2018
The branch master has been updated
via 5585c8495e4c0175450b4ddc75b38eb76f929d34 (commit)
from 26db32469f381f75e11af25ddc2d1a8e83eeba45 (commit)
- Log -----------------------------------------------------------------
commit 5585c8495e4c0175450b4ddc75b38eb76f929d34
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: Fri Mar 30 20:03:37 2018 +0200
Remove -Wmisleading-indentation from gcc devteam warning options
because this one is enabled by default anyways
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5817)
-----------------------------------------------------------------------
Summary of changes:
Configure | 1 -
1 file changed, 1 deletion(-)
diff --git a/Configure b/Configure
index bd8fd39..b06f17f 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
More information about the openssl-commits
mailing list