aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2023-07-24 14:22:27 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-08-01 15:35:25 -0300
commit78ceef25d64efeeb6067d1cb282a00466e637e2a (patch)
tree948918a0414d8baed3cf5be843b7770808a1b50f /configure.ac
parentbd154cdb9e7d2c9ddd2e204c49899c43eeed486f (diff)
downloadglibc-78ceef25d64efeeb6067d1cb282a00466e637e2a.zip
glibc-78ceef25d64efeeb6067d1cb282a00466e637e2a.tar.gz
glibc-78ceef25d64efeeb6067d1cb282a00466e637e2a.tar.bz2
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 <siddhesh@sourceware.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 12d1f50..6601331 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]),