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)
This commit is contained in:
Bernd Edlinger 2017-02-22 12:19:31 +01:00 committed by Rich Salz
parent 6eb8375837
commit 7c6335a6c7

View File

@ -124,7 +124,6 @@ my $gcc_devteam_warn = "-DDEBUG_UNUSED"
. " -Wshadow"
. " -Wformat"
. " -Wtype-limits"
. " -Wno-parentheses-equality"
. " -Werror"
;