Remove -Wno-parentheses-equality from gcc --strict-warnings options.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 22 Feb 2017 11:19:31 +0000 (12:19 +0100)
committerRich Salz <rsalz@openssl.org>
Wed, 22 Feb 2017 19:21:18 +0000 (14:21 -0500)
commit7c6335a6c74bd7742ec23fa45f84acf32985527f
treea01cdfe06aeef819da278f4b993ee7e545c63bca
parent6eb837583758506607f538fe2a3dd87925e4e69d
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)
Configure