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)
This commit is contained in:
parent
26db32469f
commit
5585c8495e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue