X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=d300a7665e495647dd4f688aef7a8ed0966146d6;hp=7b9501aea57f521cf7677a375a357c4a0716aba5;hb=37857e9b5258da148e5d3699b6acdf8787417eb2;hpb=6b97cc6ec17586ff9c1d96ab5c3e0b6d829074a8 diff --git a/Configure b/Configure index 7b9501aea5..d300a7665e 100755 --- a/Configure +++ b/Configure @@ -144,6 +144,8 @@ 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" @@ -153,6 +155,7 @@ 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