Loading Configure +0 −3 Original line number Diff line number Diff line Loading @@ -145,8 +145,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" Loading @@ -156,7 +154,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 Loading Loading
Configure +0 −3 Original line number Diff line number Diff line Loading @@ -145,8 +145,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" Loading @@ -156,7 +154,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 Loading