X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Configure;h=fd7988e2b3d93aad622f530327944fecca98ae88;hb=7b64c79bd5d3c1183b989de70170b0052b1d6c9e;hp=da0230a329ba3378bfbb074a2953fab86121175c;hpb=43b1a3dcc824f234157f71213f9af6848898e4b4;p=oweals%2Fopenssl.git diff --git a/Configure b/Configure index da0230a329..fd7988e2b3 100755 --- a/Configure +++ b/Configure @@ -109,7 +109,7 @@ my $usage="Usage: Configure [no- ...] [enable- ...] [experimenta # Minimum warning options... any contributions to OpenSSL should at least get # past these. -my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED"; +my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Wundef -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED"; # TODO(openssl-team): fix problems and investigate if (at least) the following # warnings can also be enabled: