From 7c6335a6c74bd7742ec23fa45f84acf32985527f Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Wed, 22 Feb 2017 12:19:31 +0100 Subject: [PATCH] Remove -Wno-parentheses-equality from gcc --strict-warnings options. There has never been any gcc option of that kind. Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2705) --- Configure | 1 - 1 file changed, 1 deletion(-) 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" ; -- 2.34.1