Commit 5585c849 authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Remove -Wmisleading-indentation from gcc devteam warning options


because this one is enabled by default anyways

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5817)
parent 26db3246
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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