X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=Configure;h=d300a7665e495647dd4f688aef7a8ed0966146d6;hb=4a81b8b6e8b908ff70d675c7173ad4923f3dc659;hp=b6c9465875684a9c9d78b2cb753e57492af1c26a;hpb=729033c64147312dc1977796808982597a597458;p=openssl.git diff --git a/Configure b/Configure index b6c9465875..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 @@ -374,6 +377,7 @@ my @disablables = ( "msan", "multiblock", "nextprotoneg", + "pinshared", "ocb", "ocsp", "pic",