projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26db324
)
Remove -Wmisleading-indentation from gcc devteam warning options
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Fri, 30 Mar 2018 18:03:37 +0000
(20:03 +0200)
committer
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Sat, 31 Mar 2018 15:00:54 +0000
(17:00 +0200)
because this one is enabled by default anyways
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5817)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index bd8fd39c7f6ef30c2d421ee20856200437a64a64..b06f17fd0771ae5b513d0373a1cb3449a248df8a 100755
(executable)
--- 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