diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2018-03-30 20:03:37 +0200 |
---|---|---|
committer | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2018-03-31 17:00:54 +0200 |
commit | 5585c8495e4c0175450b4ddc75b38eb76f929d34 (patch) | |
tree | c73539872dfe8a3789c02be8be0e12b595ac6b74 | |
parent | Fix a gcc-8 warning -Wcast-function-type (diff) | |
download | openssl-5585c8495e4c0175450b4ddc75b38eb76f929d34.tar.xz openssl-5585c8495e4c0175450b4ddc75b38eb76f929d34.zip |
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 '')
-rwxr-xr-x | Configure | 1 |
1 files changed, 0 insertions, 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 |