[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Wed Feb 22 19:28:25 UTC 2017


The branch master has been updated
       via  7c6335a6c74bd7742ec23fa45f84acf32985527f (commit)
      from  6eb837583758506607f538fe2a3dd87925e4e69d (commit)


- Log -----------------------------------------------------------------
commit 7c6335a6c74bd7742ec23fa45f84acf32985527f
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Wed Feb 22 12:19:31 2017 +0100

    Remove -Wno-parentheses-equality from gcc --strict-warnings options.
    There has never been any gcc option of that kind.
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2705)

-----------------------------------------------------------------------

Summary of changes:
 Configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Configure b/Configure
index 1510818..e24980a 100755
--- a/Configure
+++ b/Configure
@@ -124,7 +124,6 @@ my $gcc_devteam_warn = "-DDEBUG_UNUSED"
         . " -Wshadow"
         . " -Wformat"
         . " -Wtype-limits"
-        . " -Wno-parentheses-equality"
         . " -Werror"
         ;
 


More information about the openssl-commits mailing list