summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-02-15 11:48:24 +0100
committerRichard Levitte <levitte@openssl.org>2019-02-26 22:49:14 +0100
commite8dc6580368fdc26384fc69d58e038a3e1c6e368 (patch)
tree9eaa4eee50110da467eff53422ad0b1a09b07b63 /Configure
parent555b2593f7e0d3376043aa5f70d657d29e2f8ad8 (diff)
Revert "Configure: stop forcing use of DEFINE macros in headers"
Github PR #8246 provides a better solution to the problem. This reverts commit f11ffa505f8a9345145a26a05bf77b012b6941bd. [extended tests] Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/8247) (cherry picked from commit 4089b4340701e3c13e07169e67a7d14519c98658)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/Configure b/Configure
index 608012225c..aefd0ff15f 100755
--- a/Configure
+++ b/Configure
@@ -144,8 +144,6 @@ my $gcc_devteam_warn = "-DDEBUG_UNUSED"
# -Wlanguage-extension-token -- no, we use asm()
# -Wunused-macros -- no, too tricky for BN and _XOPEN_SOURCE etc
# -Wextended-offsetof -- no, needed in CMS ASN1 code
-# -Wunused-function -- no, it forces header use of safestack et al
-# DEFINE macros
my $clang_devteam_warn = ""
. " -Wswitch-default"
. " -Wno-parentheses-equality"
@@ -155,7 +153,6 @@ my $clang_devteam_warn = ""
. " -Wincompatible-pointer-types-discards-qualifiers"
. " -Wmissing-variable-declarations"
. " -Wno-unknown-warning-option"
- . " -Wno-unused-function"
;
# This adds backtrace information to the memory leak info. Is only used