From: Bernd Edlinger Date: Wed, 22 Feb 2017 11:19:31 +0000 (+0100) Subject: Remove -Wno-parentheses-equality from gcc --strict-warnings options. X-Git-Tag: OpenSSL_1_1_1-pre1~2306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c6335a6c74bd7742ec23fa45f84acf32985527f;p=thirdparty%2Fopenssl.git 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) --- diff --git a/Configure b/Configure index 1510818bcc4..e24980ac8fe 100755 --- a/Configure +++ b/Configure @@ -124,7 +124,6 @@ my $gcc_devteam_warn = "-DDEBUG_UNUSED" . " -Wshadow" . " -Wformat" . " -Wtype-limits" - . " -Wno-parentheses-equality" . " -Werror" ;