X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=24dbde84ed74ae5539aabf06430d9c32b9a348f1;hp=d23b29cb687bd6296edf3f55514dfa10c10c8058;hb=96db26919d5caff2db6340354a026f56dc6f09da;hpb=f44903a428cc63ce88bfba26e8e4e2e9b21f058d diff --git a/Configure b/Configure index d23b29cb68..24dbde84ed 100755 --- a/Configure +++ b/Configure @@ -141,17 +141,13 @@ my $gcc_devteam_warn = "-DDEBUG_UNUSED" # -Wextended-offsetof -- no, needed in CMS ASN1 code my $clang_devteam_warn = "" . " -Qunused-arguments" - . " -Wextra" - . " -Wswitch -Wswitch-default" - . " -Wno-unused-parameter" + . " -Wswitch-default" . " -Wno-parentheses-equality" - . " -Wno-missing-field-initializers" . " -Wno-language-extension-token" . " -Wno-extended-offsetof" . " -Wconditional-uninitialized" . " -Wincompatible-pointer-types-discards-qualifiers" . " -Wmissing-variable-declarations" - . " -Wundef" ; # This adds backtrace information to the memory leak info. Is only used