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 --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 12d1f50b14..6601331a06 100644 --- a/configure.ac +++ b/configure.ac @@ -277,16 +277,6 @@ else fi fi -dnl For the development we sometimes want gcc to issue even more warnings. -dnl This is not the default since many of the extra warnings are not -dnl appropriate. -AC_ARG_ENABLE([all-warnings], - AS_HELP_STRING([--enable-all-warnings], - [enable all useful warnings gcc can issue]), - [all_warnings=$enableval], - []) -AC_SUBST(all_warnings) - AC_ARG_ENABLE([werror], AS_HELP_STRING([--disable-werror], [do not build with -Werror]), -- cgit 1.4.1