From 78ceef25d64efeeb6067d1cb282a00466e637e2a Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Netto Date: Mon, 24 Jul 2023 14:22:27 -0300 Subject: configure: Remove --enable-all-warnings option The option is not activelly tested and has bitrotten, to fix it would require a lot of work and multiple fixes. A better option would to evaluate each option and enable the warning if it makes sense. Reviewed-by: Siddhesh Poyarekar --- config.make.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index d487a4f4e9..0c4baa2731 100644 --- a/config.make.in +++ b/config.make.in @@ -50,7 +50,6 @@ c++-sysincludes = @CXX_SYSINCLUDES@ c++-cstdlib-header = @CXX_CSTDLIB_HEADER@ c++-cmath-header = @CXX_CMATH_HEADER@ c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@ -all-warnings = @all_warnings@ enable-werror = @enable_werror@ have-z-execstack = @libc_cv_z_execstack@ -- cgit 1.4.1