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:
6eb8375
)
Remove -Wno-parentheses-equality from gcc --strict-warnings options.
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Wed, 22 Feb 2017 11:19:31 +0000
(12:19 +0100)
committer
Rich Salz
<rsalz@openssl.org>
Wed, 22 Feb 2017 19:21:18 +0000
(14:21 -0500)
There has never been any gcc option of that kind.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2705)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 1510818bcc495a1e79d16d23298e27147cd7d774..e24980ac8fe0e494506e5070b64c603e2d13fd35 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-124,7
+124,6
@@
my $gcc_devteam_warn = "-DDEBUG_UNUSED"
. " -Wshadow"
. " -Wformat"
. " -Wtype-limits"
- . " -Wno-parentheses-equality"
. " -Werror"
;