summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2017-02-22 12:19:31 +0100
committerRich Salz <rsalz@openssl.org>2017-02-22 14:21:18 -0500
commit7c6335a6c74bd7742ec23fa45f84acf32985527f (patch)
treea01cdfe06aeef819da278f4b993ee7e545c63bca /Configure
parent6eb837583758506607f538fe2a3dd87925e4e69d (diff)
Remove -Wno-parentheses-equality from gcc --strict-warnings options.
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)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configure b/Configure
index 1510818bcc..e24980ac8f 100755
--- a/Configure
+++ b/Configure
@@ -124,7 +124,6 @@ my $gcc_devteam_warn = "-DDEBUG_UNUSED"
. " -Wshadow"
. " -Wformat"
. " -Wtype-limits"
- . " -Wno-parentheses-equality"
. " -Werror"
;