From ad7c9c9faf8938e17be29cc9afd69d4f0267234c Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 31 Mar 2016 22:09:04 +0200 Subject: Configure: add BLAKE_DEBUG to --strict-warnings set. Reviewed-by: Rich Salz --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configure') diff --git a/Configure b/Configure index fdd88208b6..c1b63e8933 100755 --- a/Configure +++ b/Configure @@ -77,7 +77,7 @@ my $usage="Usage: Configure [no- ...] [enable- ...] [-Dxxx] [-lx # Minimum warning options... any contributions to OpenSSL should at least get # past these. -my $gcc_devteam_warn = "-DPEDANTIC -DREF_DEBUG -DDEBUG_UNUSED -DBIO_DEBUG" +my $gcc_devteam_warn = "-DPEDANTIC -DREF_DEBUG -DDEBUG_UNUSED -DBIO_DEBUG -DBLAKE_DEBUG" . " -pedantic" . " -Wall" . " -Wno-long-long" -- cgit v1.2.3